---
title: "Retrieve the details of a Visa token"
method: GET
path: "/v1/cards/{card_id}/visa_tokens/{token_reference_id}"
tags: ["Card token servicing"]
---

# Retrieve the details of a Visa token

`GET /v1/cards/{card_id}/visa_tokens/{token_reference_id}`

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.

## 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`

Successful result of the operation

- SolarisDecoratorsTokenDetails[]
  - `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` 'APPLE' | 'GOOGLE' | 'SAMSUNG' — The type of the wallet.
  - `status` 'ACTIVE' | 'DEACTIVATED' | 'INACTIVE' | 'SUSPENDED' — The status of the token.
  - `device_id` string — The ID of the bound device associated with the token.
  - `pan_source` 'KEY_ENTERED' | 'ON_FILE' | 'MOBILE_BANKING_APP' | 'TOKEN' | 'CHIP_DIP' | 'CONTACTLESS_TAP' — The source of the PAN.
  - `created_at` string — The date the token was created. (ISO8601 format)

## Other responses

- `400` — Invalid request
- `404` — The resource could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/cards-tokenization.md) · [All operations](https://skmtc.net/solarisgroup/apis/cards-tokenization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/cards-tokenization/revisions/15f03804be72/schema)
