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}

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.