This is a convenient method for an application to display a QR code. The QR code represents a transaction. A typical flow would be:
- Merchant Generates a Code
- Merchant displays the payment page with an IMG tag pointing to this REST call
- Client scans the QR code
- Client Mobile App will call the query code API call to find out information regarding this code. URL STRUCTURE /public/qr/{code}
Parameter | Type | Description |
---|
{code} | String | The code that is being queried. |
Parameter | Type | Description |
---|
Coming in 2022 | | |
Http Response | Description |
---|
439 | The code is not valid code. |