Error
A valid request URL is required to generate request examples{
"status": "00",
"message": "Payment successful",
"data": {
"mandates": [
{
"mandate_status": "ACTIVE",
"mandate_id": "1234-4567-8901",
"reference": "DD123456789",
"narration": "Monthly subscription payment",
"amount": 100,
"start_date": "2024-03-20",
"end_date": "2025-03-20",
"frequency": "MONTHLY",
"destination_bank_code": "044",
"destination_account": "0987654321",
"destination_account_name": "Merchant Name Ltd",
"callback_url": "https://api.merchant.com/webhooks/dd-status/DD123456789",
"custom_properties": [
{
"id": "1",
"description": "custom_property",
"type": "string",
"value": "custom_property"
}
],
"next_possible_charge_date": "2014-11-10"
}
]
}
}Direct Debits
Get Direct Debits
Get all direct debits
GET
/
direct-debits
Error
A valid request URL is required to generate request examples{
"status": "00",
"message": "Payment successful",
"data": {
"mandates": [
{
"mandate_status": "ACTIVE",
"mandate_id": "1234-4567-8901",
"reference": "DD123456789",
"narration": "Monthly subscription payment",
"amount": 100,
"start_date": "2024-03-20",
"end_date": "2025-03-20",
"frequency": "MONTHLY",
"destination_bank_code": "044",
"destination_account": "0987654321",
"destination_account_name": "Merchant Name Ltd",
"callback_url": "https://api.merchant.com/webhooks/dd-status/DD123456789",
"custom_properties": [
{
"id": "1",
"description": "custom_property",
"type": "string",
"value": "custom_property"
}
],
"next_possible_charge_date": "2014-11-10"
}
]
}
}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