List all Direct Debits
GET
/v2/direct-debitsQuery parameters
The ID of the account.
Filter by one or more budget IDs. Accepts a comma-separated string or multiple parameters. If omitted, returns Direct Debits for all budgets on the account.
Search term to filter Direct Debits.
The maximum number of results to return. Default:
100.The number of results to skip. Default:
0.Sample request
Sample response
Get a Direct Debit
GET
/v2/budgets/{budgetId}/direct-debits/{directDebitId}Path parameters
The ID of the budget.
The ID of the Direct Debit.
Query parameters
The ID of the account.
Sample request
Sample response
To view all transactions associated with a Direct Debit, use the
GET /activity endpoint with a filter. See the Transactions API reference.Cancel a Direct Debit
POST
/v2/budgets/{budgetId}/direct-debits/{directDebitId}/cancelPath parameters
The ID of the budget.
The ID of the Direct Debit.
Query parameters
The ID of the account.