Skip to main content
Use the payment requests endpoints to view the payment history associated with a Direct Debit mandate.

List payment requests

GET /v2/budgets/{budgetId}/direct-debits/{directDebitId}/payment-requests
Use this endpoint to retrieve a list of all payment requests for a specific Direct Debit.

Path parameters

string
required
The ID of the budget.
string
required
The ID of the Direct Debit.

Query parameters

string
required
The ID of the account.
number
The maximum number of results to return. Default: 100.
number
The number of results to skip. Default: 0.

Sample request

Sample response

Response fields