Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample Response

Code Block
languagejson
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "responseMessage": "Your request for creating a mandate is submitted. An authorization instruction will be sent to the customer email.",
        "mandateReference": "unique_ref3xx_02600972",
        "mandateCode": "MTDD|01HW2Q36KZGMXSWN7E76893V42",
        "mandateStatus": "INITIATED"
    }
}

On successful mandate creation, an authorisation link will be sent to the customer’s email address to enable the customer authorise the direct debit on his account. Once successfully authorised, merchant can periodically pass debits to the customer’s bank account till the mandateEndDate is reached.

...