Fields
aggregator_name
String!Required
Payment gateway name.
redirect_url
StringIf payment status is success or failed, frontend should redirects the user to this url
retry
Boolean!Required
If the payment does not complete in 10 minutes, the order is marked as failed and the retry flag is set to true.
This notifies the frontend to prompt the user to retry the payment by generating a new QR code.
Required
Payment status. Possible values: pending, success, failed.
success
Boolean!Required
Response is successful or not.
Was this section helpful?