Network Tokens
Get token details
Retrieves details of a specific network token by its ID.
GET
Get token details
Authorizations
Path Parameters
The ID of the token to retrieve.
Response
Success response.
Example:
{
"cardholder_name": "John Doe",
"expiry_month": 12,
"expiry_year": 2025,
"masked_account_number": "411111******1111",
"scheme": "visa"
}The ID of the PCI token that represents the card
Metadata consisting of key-value entries.
- Maximum 20 key-value pairs.
- Maximum 20 characters per key.
- Maximum 80 characters per value.
Example:
{
"my_key_one": "my_value_one",
"my_key_two": "my_value_two"
}Get token details