Direct Debits
Create the collection schedule for the given mandate-id.
Creates a Direct Debit collection schedule; the agreed to framework for the collections for the given mandate-id. This could be a single collection or multiple and includes the frequency and amounts of the planned payments.
post/mandates/{mandateId}/collectionschedules
Path parameters
mandateIdstring required
Id of mandate to create collection for.
Request body
Example request
{
"firstPaymentDate": "2018-01-10",
"regularPaymentStartDate": "2018-01-10",
"externalReference": "REFERENCE - 12",
"collectionReference": "ABCD - EFGH",
"collectionCorrelationName": "TEST/NAME-1.2"
}Response
OK
Example response
{
"id": "Q0000001",
"frequency": "MONTHLY",
"numberOfPayments": 12,
"firstPaymentDate": "2018-01-10",
"regularPaymentStartDate": "2018-01-10",
"createdDate": "2017-01-28T01:01:01+0000",
"status": "PROCESSING"
}