Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Connection ID for the target bank
Unique key to ensure idempotency of the request
SHA-256 signature of client_secret + ";" + idempotency-key
Path Parameters
The ID of the direct debit mandate
Body
Unique reference ID of the direct debit mandate. This is SP's external reference
"DD123456789"
Description of the mandate. This would be displayed to the customer
"Monthly subscription payment"
The amount of the direct debit
100
The status of the mandate
ACTIVE, INACTIVE "ACTIVE"
The start date of the mandate
"2024-03-20"
The date at which the mandate expires. Transactions called on the mandate after expiration would fail
"2025-03-20"
Specifies how often a mandate would be called
DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY "MONTHLY"
The bank code of the destination bank
"044"
The account number of the destination bank
"0987654321"
Account number of the merchant in NUBAN format
"Merchant Name Ltd"
The URL that the API Provider would call to notify of the API Consumer about the status of the transaction
"https://api.merchant.com/webhooks/dd-status/DD123456789"