object

PaymentStatusUpdateResponse

Payment status update response.
Fields
aggregator_name
String!
Required
Payment gateway name.
redirect_url
String
If payment status is success or failed, frontend should redirects the user to this url
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.
Payment status. Possible values: pending, success, failed.
success
Boolean!
Required
Response is successful or not.