Get mandate status

Get the status of a specific account mandate

Get mandate status

GET /api/v1/merchant/external/direct-debit/mandate/status/<mandate-id>

Get the status of a specific account mandate

Headers

Name
Value

Content-Type

application/json

api-key

your organisation api key

Response

{
    "status": true,
    "message": "Mandate Status Retreived Successfully",
    "data": {
        "mandateState": "ACTIVE",
        "mandateWorkflowStatus": "MANDATE_APPROVED_BY_BANK",
        "mandateWorkflowStatusDescription": "Bank Approved"
    }
}

Last updated