v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
h) Wallets

Create a new QRCodes linked to the wallet in bulk

Create a new QRCodes linked to the wallet in bulk

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

Path parameters

tenantIdinteger required
walletIdinteger required

Request body

callbackUrlstring

The URL Eclipse must post the EclipseCardOnFile to when the card is registered successfully

Example request

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

Response

OK