List all Direct Debits
GET
/v2/direct-debitsQuery parameters
string
required
The ID of the account.
string
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.
string
Search term to filter Direct Debits.
number
The maximum number of results to return. Default:
100.number
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
string
required
The ID of the budget.
string
required
The ID of the Direct Debit.
Query parameters
string
required
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
string
required
The ID of the budget.
string
required
The ID of the Direct Debit.
Query parameters
string
required
The ID of the account.