v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBd) Customer Management
Issue a replacement or addon card to the customer for an existing card on their profile
This is for addon and replacement cards. For a nett-new card, create a new wallet which supports cards. If physical card details are provided then an existing physical card will be used or else a virtual card will be issued
post/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/cards
Path parameters
tenantIdinteger required
customerIdinteger required
Request body
Example request
{
"physicalCardIdentifier": {
"expiry": "2022-03-10T12:15:50-04:00"
},
"virtualCardIdentifier": {
"expiry": "2022-03-10T12:15:50-04:00"
}
}Response
OK
Example response
{
"created": "2022-03-10T12:15:50-04:00",
"expires": "2022-03-10T12:15:50-04:00"
}