Get Mandate Order Status

This is the same API used to check order status of one time debit transactions. The status of the mandate and other mandate related details are included in the response of the same API.

Scroll inside to view more
Transaction 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.
Scroll inside to view more
Mandate Status
Description
CREATED
Mandate has been created, but awaiting status from PG.
ACTIVE
When PG accepts the chosen mode of payment, the mandate is set to the active state. This is a terminal state until mandate expires or customer/merchant wants to revoke the mandate.
FAILURE
Mandate creation was unsuccessful. This is a terminal state, the merchant has to create a new mandate if failed.
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