Check Payment
Check the status of a particular payment using the transaction ID.
Method
Parameters
id: String
// the order_id of the payment request.
Response - 200
Response - 400
Code Example
RECOMMENEDED APPROACH If the payment status is Pending, then Check Status API should be called in the following interval: The first status check at 20-25 seconds post transaction start, then Every 3 seconds once for the next 30 seconds, Every 6 seconds once for the next 60 seconds, Every 10 seconds for the next 60 seconds, Every 30 seconds for the next 60 seconds, and then Every 1 min until timeout (10 mins).
Last updated