Payment Response (Frontend)
Superrich QR Pay typically redirects customers to a merchant's confirmation page as part of the payment flow for Superrich QR Pay integrations.
Payment Response via browser redirection
Front End Payment Response
{
"status": "COMPLETED",
"payment_token": "your-payment-token",
"invoice_no": "INV0001"
}
| Parameter | Data Type | Mandatory | Description |
|---|---|---|---|
| status | string | Yes | Payment Status |
| payment_token | string | Yes | Payment Token |
| invoice_no | string | Yes | Invoice Number |