Direct Debits
Retrieve direct debit details
Returns the details of a direct debit mandate.
get/budgets/{budgetId}/direct-debits/{directDebitId}
Path parameters
budgetIdstring uuid required
The ID of the budget to work with.
Example:775596ae-2624-40af-a9dc-9756110a4a03
directDebitIdstring uuid required
The ID of the direct debit to work with.
Example:775596ae-2624-40af-a9dc-9756110a4a03
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Response
OK
Example response
{
"id": "775596ae-2624-40af-a9dc-9756110a4a03",
"budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
"reference": "fre4r5tg",
"status": "ACTIVE",
"priority": 2,
"originator": {
"id": "123456",
"accountName": "Netflix Inc",
"address": {
"addressType": "ADDR",
"addressLine": "Vintners Place, 68, Upper Thames Street",
"city": "London",
"postcode": "EC4V 3BJ",
"countryCode": "GB"
}
},
"createdAt": "2019-08-24T14:15:22Z"
}