List all direct debit payment requests
Returns a list of payment requests for a direct debit.
GET
cURL
Authorizations
Path Parameters
The ID of the budget to work with.
Maximum string length:
36Example:
"775596ae-2624-40af-a9dc-9756110a4a03"
The ID of the direct debit to work with.
Maximum string length:
36Example:
"775596ae-2624-40af-a9dc-9756110a4a03"
Query Parameters
The ID of the account to work with.
Example:
"F50091"
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 debit payment requests.
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