GET
/v1/issuing/tokens/{token}Retrieve an issuing token
Retrieves an Issuing token by its identifier. Use token to select the token and expand to request expanded response fields when needed.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
The unique identifier of the Issuing token to retrieve. Must not exceed 5000 characters.
expandarray<string>optional
Specifies response fields to expand; each value can contain up to 5000 characters.
200Returns an Issuing token containing its associated card, network, status, wallet provider when present, timestamps, and token details.
cardstringrequired
Card associated with this token.
createdintegerrequired
Time at which the object was created. Measured in seconds since the Unix epoch.
device_fingerprintstringoptional
The hashed ID derived from the device ID from the card network associated with the token.
idstringrequired
Unique identifier for the object.
last4stringoptional
The last four digits of the token.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
networkstringrequired
The token service provider / card network associated with the token.
network_dataobjectoptional
network_updated_atintegerrequired
Time at which the token was last updated by the card network. Measured in seconds since the Unix epoch.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
statusstringrequired
The usage state of the token.
wallet_providerstringoptional
The digital wallet for this token, if one was used.
defaultError response.
errorobjectrequired
Error handling
token must identify the token to retrieve and must not exceed 5000 characters. Each value in expand must be a string of no more than 5000 characters.