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:

  1. Merchant Generates a Code
  2. Merchant displays the payment page with an IMG tag pointing to this REST call
  3. Client scans the QR code
  4. Client Mobile App will call the query code API call to find out information regarding this code. URL STRUCTURE /public/qr/{code}
ParameterTypeDescription
{code}StringThe code that is being queried.

Sample – HTTP 200

ParameterTypeDescription
Coming in 2022

Errors

Http ResponseDescription
439The code is not valid code.