Generate and hold one or more QRCodes

Creates one or more QRCodes and holds them for later allocation to a wallet. The creation happens in the background as its a long running process. The API returns indicating the request has been kicked off.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
Body Params
additionalMerchantData
object
number
≥ 0

Optional amount the QRCode is for. If not provided then the payer would enter the amount upon payment. Amounts are in major currency unit

configuration
array of objects

loosely typed configuration for specific QR code generation functionality. Typically used in EMVCo to indicate destination rails desired

configuration
string
length between 0 and 100

Description to appear as the merchant when someone scans the QRCode

date-time

Optional ISO 8601 date/time of when the code expires. If not provided then the code will never expire

string
length between 0 and 100

Name to appear as the merchant when someone scans the QRCode

string
length between 0 and 200

Optional note for reporting purposes

int32
required

The number of QRCodes to generate

string
length between 5 and 20
string
enum
required

The type of QRCode to create

Allowed:
Responses
200

OK

400

Bad Request

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!