Generate QR
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. |
Sample – HTTP 200
Parameter | Type | Description |
|---|---|---|
Coming in 2022 |
Errors
Http Response | Description |
|---|---|
439 | The code is not valid code. |
Updated 3 days ago
