Skip to main content
PUT

Update Card Data Guide

Modify expiration dates and creator references on tokens
Updates the expiration date on a stored token without affecting any other card data. Use this when a cardholder’s card has been renewed with a new expiration date and you need to keep the token current.

Error Responses

Parameter Constraints

This endpoint is rate limited.

Parameters

Headers

string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Path Parameters

string
required
The token ID as returned by one of the tokenization methods. For example, 2821a46d80e14d1b96a7f18f1b81926d.

Request Body

integer
required
New expiration year. Format YYYY.
integer
required
New expiration month. Format MM.
A reissued card with a new expiration date usually also has a new CVV. Check with the card owner whether the stored CVV needs to be updated as well.

Response

200 - Expiration updated successfully. Empty response body.