Use this API to capture or void a pre-authorised payment transaction. This API allows merchants to either capture the authorised amount or void the authorisation entirely.
Client app ID. You can find your app ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Unique identifier for the order.
"order_summer_fashion_001"
Unique identifier for the payment transaction.
"pay_summer_fashion_001_upi"
Request parameters to authorize payment.
Success response for payment authorisation.
Unique identifier for the associated order.
"order_summer_fashion_001"
Unique identifier for the payment transaction.
"pay_summer_fashion_001_cc"
Current status of the payment transaction.
"SUCCESS"
Status of the payment capture process.
"SUCCESS"
Amount that has been captured from the payment.
2299.5
Total amount of the payment transaction.
2299.5
Currency code for the payment amount.
"INR"
Payment method used for the transaction.
"card"
Message describing the payment status or outcome.
"Payment captured successfully"
URL to redirect the customer if required.
null
Details from the payment gateway.