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

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

Query parameters

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

Sample request

Sample response

Response fields