Cards
Update Card Validity Period
Update the validity period of a card. This validity period is set during card issuing.
put/cards/{cardId}/validity-period
Path parameters
cardIdstring uuid required
The ID of the card to update.
Request body
Example request
{
"validFrom": "1970-01-30",
"validTo": "1970-01-30",
"validTimezone": "Europe/Berlin"
}Response
Ok. Card validity period was updated successfully.