Token Inquiry

tx_statusdescription
0Success/Paid
1Fail
2Initiated/Unpaid
3Refund Pending
4Refunded
10Expired
11Cancelled

📘

Parameters

Either client_ref_id or the token is required for doing the transaction enquiry

🚧

Thigs to consider

Token Inquiry API
Token inquiry should be called after 5 minutes of the token generation

  1. If you receive HTTP status code in the range of 400 to 499, than don't take any action and check the request.
  2. If you receive HTTP status code in the range of 500 to 599, check your request and keep doing the enquiry till you receive a HTTP status code 200.
  3. If the HTTP status code is 200 than please mark the transaction according to the values of tx_status parameter.
  4. In case of Token not found/ Invalid client_ref_id response code 635 and 636 , you can mark the token as fail at your end.
Language
Authorization
Header