v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Update a token status

Attempts to update the specified Issuing Token object to the status specified.

post/v1/issuing/tokens/{token}

Path parameters

tokenstring required

Response

Successful response.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

device_fingerprintstring nullable

The hashed ID derived from the device ID from the card network associated with the token.

idstring required

Unique identifier for the object.

last4string

The last four digits of the token.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

network'mastercard' | 'visa' required

The token service provider / card network associated with the token.

network_updated_atinteger required

Time at which the token was last updated by the card network. Measured in seconds since the Unix epoch.

object'issuing.token' required

String representing the object's type. Objects of the same type share the same value.

status'active' | 'deleted' | 'requested' | 'suspended' required

The usage state of the token.

wallet_provider'apple_pay' | 'google_pay' | 'samsung_pay'

The digital wallet for this token, if one was used.