Direct Debits
Create a direct debit
Creates a direct debit mandate from paper mandate details.
post/budgets/{budgetId}/direct-debits
Path parameters
budgetIdstring uuid required
The ID of the budget to work with.
Example:775596ae-2624-40af-a9dc-9756110a4a03
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Request body
Example request
{
"reference": "fre4r5tg",
"processingDate": "2025-01-15",
"priority": 2,
"originator": {
"id": "123456",
"accountName": "Netflix Inc",
"address": {
"addressType": "ADDR",
"streetName": "Upper Thames Street",
"buildingNumber": "68",
"buildingName": "Vintners Place",
"postcode": "EC4V 3BJ",
"city": "London",
"countryCode": "GB"
}
}
}Response
Created
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"
}