v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBb) Tenant Configuration & Onboarding
Create a wallet for the tenant
Creates a wallet linked directly to the tenant for system or suspense purposes. Physical card identifiers are not permitted on tenant-level wallets.
post/eclipse-conductor/rest/v1/tenants/{tenantId}/tenant-wallets
Path parameters
tenantIdinteger required
Request body
Example request
{
"primaryPhysicalCardIdentifier": {
"expiry": "2022-03-10T12:15:50-04:00"
}
}Response
OK
Example response
{
"created": "2022-03-10T12:15:50-04:00"
}