Get Mandate Order Status

This is the same API used to check order status. It can also be used to fetch the status of a mandate.

Scroll inside to view more
Status
ID
Meaning
NEW
10
Newly created order.
PENDING_VBV
23
Authentication is in progress. The customer has to approve the mandate through the PSP App of their choice.
CHARGED
21
Successful transaction. The subscription cost of the period has been charged.
AUTHENTICATION_FAILED
26
User did not complete authentication.
AUTHORIZATION_FAILED
27
User completed authentication, but the bank refused the transaction.
JUSPAY_DECLINED
22
User input is not accepted by the underlying PG.
AUTHORIZING
28
Transaction status is pending from bank.

API Endpoints
Sandbox Link
GET
https://sandbox.juspay.in/orders/{order_id}
Production Link
GET
https://api.juspay.in/orders/{order_id}
Authorization Header
Headers
Path Params
200 : Success
Last updated 9 months ago