v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBd) Customer Management
Create a new Wallet for the customer
Creates a new wallet linked to the customer. If this is a card wallet then it will be created along with the first linked card which can be retrieved via the cards endpointsupported wallet mapping is RPP_PROXY
post/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/wallets
Path parameters
tenantIdinteger required
customerIdinteger 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"
}