---
title: "card_tokens_token_id_get"
method: GET
path: "/accounts/{aid}/payments/card-tokens/{token_id}"
tags: ["Card Tokens"]
---

# card_tokens_token_id_get

`GET /accounts/{aid}/payments/card-tokens/{token_id}`

scopes:
- admin:checkout

## Path parameters

- `token_id` string, required

## Response `200`

Card Token

- CardTokenRead
  - `id` string, required
  - `token` string
  - `type` 'payment_token', required
  - `status` 'ACTIVE' | 'INACTIVE' | 'SUSPENDED' | 'CANCELLED' | 'DELETED', required
  - `card_brand` 'visa' | 'mastercard', required
  - `masked_pan` string
  - `pan_expiry_date` string, \d{2}/\d{4}
  - `token_expiry_date` string, \d{2}/\d{4}
  - `links` object[]
    - `href` string, required
    - `rel` 'digital_card_art' | 'digital_card_art_background' | 'card_symbol' | 'terms_and_conditions', required
    - `mime_type` 'image/png' | 'image/pdf' | 'text/plain' | 'text/html'
  - `customer_id` string
  - `account_id` string, required
  - `relationship_id` string — Reference to the merchant entity for which the token is dedicated. Merchant-dedicated tokens are uniquely created per merchant_relationship_id.
  - `transaction_id` string, checkout-id — Reference to the transaction where the token was created
  - `external_token_references` string[] — External references to migrated card tokens
  - `payment_product_type` string, required
  - `created_at` string, date-time, required
  - `created_by` string
  - `updated_at` string, date-time, required
  - `deleted_at` string, date-time
  - `deleted_by` string

## Other responses

- `400` — Bad / Invalid request
- `401` — Access forbidden, invalid JWT token was used
- `403` — Forbidden
- `404` — Resource was not found
- `500` — Unexpected Error

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
