Merchant exercises the Mandate (Recurring payments)

After the Mandate is successful, Merchant will receive a mandate_id from Juspay that should be stored against a customer at their end. From the subsequent charge transactions, Merchant is supposed to pass a combination of customer_id and mandate_id to do a charge without a 2nd factor. This API will create order and will charge it based on the mandate_id passed by the merchant.

In case of Credit Cards, the charge is real time, so status can be CHARGED or AUTHORISATION_FAILED. In the case of e-mandate (netbanking / aadhaar), this might be PENDING_VBV, for which Merchant should poll after the appropriate time.

API Endpoints
Sandbox Link
POST
https://sandbox.juspay.in/txns
Production Link
POST
https://api.juspay.in/txns
Authorization Header
Headers
Body
200 : Success
Last updated 1 month ago