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" } ] } }
Get all direct debits
The access token received from the authorization server in the OAuth 2.0 flow.
Connection ID for the target bank
Unique key to ensure idempotency of the request
SHA-256 signature of client_secret + ";" + idempotency-key
Direct debit retrieved successfully
"00"
"Payment successful"
Show child attributes