(Available soon) Get customer payment status report

The endpoint is used for listing Direct Debit Instruction status.

Query Params
boolean

Whether to include the transaction details in the response. Defaults to false.

string

Status of Direct Debit Instructions to retrieve. If not provided, no status filtering is applied.

InstructionUetrs
array of uuids

Instruction Id filter. Optional.

IList`1
AccountIds
array of uuids

Account Id filter. Optional.

IList`1
int32

Max 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.

string

Order of the records returned. Possible values:

  • 'DESC' (Default)

  • 'ASC'

Cannot be used together with Cursor.

string

A cursor used to fetch the next or previous page of results.

Cannot be used with any other parameters except Direction.

string

The direction of traversal when using Cursor. Possible values:

  • 'NEXT'

  • 'PREV'

Required when using Cursor.

Responses

Language
Credentials
Bearer
Response
Choose an example:
application/json