(Available soon) Get customer payment status reportAsk AIget https://www.bankingcircleconnect.com/api/v1/reports/customer-payment-status-reportThe endpoint is used for listing Direct Debit Instruction status.Query ParamsIncludeTransactionDetailsbooleanWhether to include the transaction details in the response. Defaults to false.truefalseTransactionStatusstringStatus of Direct Debit Instructions to retrieve. If not provided, no status filtering is applied.InstructionUetrsarray of uuidsInstruction Id filter. Optional.IList`1ADD uuidAccountIdsarray of uuidsAccount Id filter. Optional.IList`1ADD uuidLimitint32Max number of records to return per page. Must be bigger than 0 and less than or equal to 1000. Default is 100. Cannot be used together with Cursor.OrderstringOrder of the records returned. Possible values: 'DESC' (Default) 'ASC' Cannot be used together with Cursor.CursorstringA cursor used to fetch the next or previous page of results. Cannot be used with any other parameters except Direction.DirectionstringThe direction of traversal when using Cursor. Possible values: 'NEXT' 'PREV' Required when using Cursor.Responses 200Success 400Bad request. Request is not correctly formulated. Goes for both Header, Query and Body. Verify the error description and properties. 404Not found. There is no resource behind the URL, i.e. requesting data on an account that does not exist. 500Internal Server Error. Something unexpected happened on BC Connect side.Updated 13 days ago