Query & Update
Retrieve Token Metadata
Returns non-sensitive metadata for a single token, including card type, masked card number, expiration, CVV status, 3DS data, and associations.
GET
Query & Retrieve Guide
Search for tokens and retrieve their metadata
Error Responses
This endpoint is rate limited.
Parameters
Headers
Your API key prefixed with
APIKEY. Example: APIKEY your-api-key. See the Authentication guide.Path Parameters
The token ID as returned by one of the tokenization methods. For example,
2821a46d80e14d1b96a7f18f1b81926d.Response
200The reference value set when the card was tokenized.
The date and time the token was created (ISO 8601).
The card brand (e.g.
Visa, Mastercard, Amex). See supported card types.The first 6 digits (BIN) of the card number.
The last 4 digits of the card number.
The card expiration year.
The card expiration month.
The cardholder ID, if provided at tokenization time.
The name on the card, if provided at tokenization time.
The PCI Booking user ID that owns this token.
The card issue number (used by some card schemes).
The full token URI for use in API calls.
Whether CVV data is currently stored on this token.
The date after which the CVV will be automatically deleted (ISO 8601). Reflects the CVV retention policy.
List of PCI Booking customer (booker) user IDs associated with this token.
List of property user IDs associated with this token.
3D Secure authentication data, if stored on this token. See 3D Secure Authentication for field details.
The card network scheme if this is a network token (e.g.
Visa, Mastercard). null for regular cards.The network token identifier assigned by the card scheme.
null for regular cards.The geographic storage location of the token data.
null for default (in-table) storage.Virtual card metadata, if this token was created from a virtual card. Contains
IsMultiUse, Currency, MaxAmount, CardRules, and validity date fields. null for regular cards.
