Direct Debits
Bulk request of Direct Debit mandates for the given account-id.
post/mandates/bulk-create
Request body
Example request
{
"createMandateRequests": [
{
"reference": "REFER-1.2",
"sortCode": "000000",
"accountNumber": "12345678"
}
]
}Response
OK
Example response
{
"id": "R210000001",
"accountId": "A0000001"
}