v1

latestOpenAPI 3.1.02026-07-14270217.5 KB

Direct Debit Authorization

Use this request to create Debit Direct Authorizations. This request will create an Authorization PDF with a reference number (authorizationId) , which will be sent to the debtor's email.

post/v1.02/directdebit/authorization

Request body

identifierstring required
adminCallbackstring

Use this optional field to receive a communication when this reference is paid.

Response

200

transactionStatusstring
referencestring

Example response

{
  "transactionStatus": "Success",
  "reference": "101086000000011332"
}