Use this API to initiate a payment transaction for an existing order using the order hash. This API processes the payment using the specified payment method and returns transaction details including redirect URLs for payment completion.
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.
Hash value for the order used for payment processing.
"a7f8e3d2c1b9f4e6d8a2c5b7f9e3d1a8"
Request parameters to create a new payment.
Payment method to be used for the transaction.
upi, card, netbanking, wallet "upi"
Details specific to the payment method. For structure information, see the documentation.
{
"upi_id": "priya.sharma@paytm",
"app_name": "PhonePe"
}Base URL where the customer will be redirected after payment completion.
"https://mystore.com/payment-success"
Success response for payment creation.
Unique identifier for the payment transaction.
"pay_summer_fashion_001_upi"
Unique identifier for the associated order.
"order_summer_fashion_001"
Payment method used for the transaction.
"upi"
Amount processed for the payment.
2299.5
Current status of the payment transaction.
"SUCCESS"
Status of the payment capture process.
"SUCCESS"
Amount that has been captured from the payment.
2299.5
Reference identifier from the payment processor.
"UPI434512345678901234"
URL to redirect the customer for payment completion.
"https://payments.flowwise.com/redirect/pay_summer_fashion_001_upi"
URL where the customer will be redirected after payment completion.
"https://mystore.com/payment-success?order_id=order_summer_fashion_001"
Additional payload data for the payment.
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..."
Date and time when the payment was initiated.
"2024-12-03T14:32:15Z"
Date and time when the order expires.
"2024-12-03T16:30:00Z"