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

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

Path Parameters

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

Request Body

Year
integer
required
New expiration year. Format YYYY.
Month
integer
required
New expiration month. Format MM.

Response

200 - Expiration updated successfully. Empty response body.