v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
b) Tenant Configuration & Onboarding

Generate QR codes for the tenant

Queues a background job to create one or more QR codes for later allocation to wallets.

post/eclipse-conductor/rest/v1/tenants/{tenantId}/qr-codes

Path parameters

tenantIdinteger required

Request body

amountnumber

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

descriptionstring

Description to appear as the merchant when someone scans the QRCode

expiresstring date-time

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

merchantNamestring

Name to appear as the merchant when someone scans the QRCode

notestring

Optional note for reporting purposes

numberinteger required

The number of QRCodes to generate

referencestring
type'GLOBAL_EMVCO' | 'ZA_MASTERPASS' required

Possible types of QRCode that can be created. ZA_MASTERPASS:for South Africa Masterpass QR

Example request

{
  "expires": "2022-03-10T12:15:50-04:00"
}

Response

OK