v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBi) Card Management
Update a card by ID
Updates card attributes including status, PIN, PIN retry count, and spending rules. PIN changes require the caller to be PCI compliant or to supply a valid Card Access Password (CAP).
put/eclipse-conductor/rest/v1/tenants/{tenantId}/cards/{cardId}
Path parameters
tenantIdinteger required
cardIdinteger required
Request body
Example request
{
"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"
}