List all direct debits
Returns a list of direct debit mandates for the specified account.
GET
cURL
Authorizations
Query Parameters
The ID of the account to work with.
Example:
"F50091"
A comma-separated set of budget ids to filter by.
The term to search the records for.
Maximum string length:
100Example:
"Cesar+Treutel"
Comma separated list of statuses to filter the direct debits by.
Available options:
active, cancelled, expired Example:
"active, cancelled, expired"
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
Response
200 - application/json
OK
The total amount of records matching the querying when "limit" is ignored.
Example:
67
List of direct debits.
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
cURL