Response in Return URL

In addition to the existing parameter in the returnUrl, there will be 3 extra parameters.

  • mandate_id - This is a reference Id which needs to be passed by merchant in Notification API and Mandate Execution API for recurring transactions.

  • mandate_token - Merchants who have implemented Mandate token as reference id are suggested to use mandate_id since Notification API supports only mandate_id.
    Note: Mandate Execution API supports both mandate_id and mandate_token.

  • mandate_status - Based on the authenticated transaction status, this status can be ACTIVE, FAILURE, CREATED.

Scroll inside to view more
Transaction status
Mandate status
Remark
PENDING_VBV
CREATED
Awaiting for status from PG. This can either move to any of the below 4 status
AUTHORIZING
CREATED
Pending - awaiting for terminal state
CHARGED
ACTIVE
Transaction is success and the Mandate is set ACTIVE. Recurring debits can only be attempted if Mandate is ACTIVE
AUTHORIZATION_FAILED
FAILURE
User completed authentication, but the bank refused the transaction
AUTHENTICATION_FAILED
FAILURE
User drop off or not initiated

The mandate details will also be provided in order status API and webhook.

Last updated 2 years ago