# Retrieve the details of a Visa token Returns the details of a card's token. You must add the token's associated card ID and the token's reference ID in the request URL. Endpoint: GET /v1/cards/{card_id}/visa_tokens/{token_reference_id} Version: 1.0 ## Path parameters: - `card_id` (string, required) The ID of the card to which the token is assigned. - `token_reference_id` (string, required) The unique reference ID of the token to be retrieved. ## Response 200 fields (application/json): - `token_reference_id` (string) The unique reference ID of the token to be retrieved. - `visa_token_number` (string) The number of the Visa token. - `pan_reference` (string) Information about the Primary Account Number (PAN) reference. - `wallet_type` (string) The type of the wallet. Enum: "APPLE", "GOOGLE", "SAMSUNG" - `status` (string) The status of the token. Enum: "ACTIVE", "DEACTIVATED", "INACTIVE", "SUSPENDED" - `device_id` (string) The ID of the bound device associated with the token. - `pan_source` (string) The source of the PAN. Enum: "KEY_ENTERED", "ON_FILE", "MOBILE_BANKING_APP", "TOKEN", "CHIP_DIP", "CONTACTLESS_TAP" - `created_at` (string) The date the token was created. (ISO8601 format) ## Response 400 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "400" - `code` (string) Example: "build_pagination_headers_failure" - `title` (string) Example: "Failed to build pagination headers." - `detail` (string) Example: "Cannot connect to database." ## Response 404 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `code` (string) Example: "model_not_found" - `title` (string) Example: "Model Not Found" - `detail` (string) Example: "Couldn't find 'Solaris::Card' for id '8febdba4912a747808ccc6f95f82aaa4'." ## Response 500 fields (application/json): - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `status` (string) Example: "500" - `code` (string) Example: "generic_error" - `title` (string) Example: "Generic Error" - `detail` (string) Example: "There was an error."