---
title: "Token:Info"
method: GET
path: "/tokenization/{tokenCode}/info"
tags: ["Tokens"]
---

# Token:Info

`GET /tokenization/{tokenCode}/info`

To receive detailed information about a specific token

## Path parameters

- `tokenCode` string, required

## Response `200`

Ok.

- object
  - `code` string
  - `token` string
  - `numberOfTransactions` integer
  - `payer` object
    - `consumerName` string
    - `maskedPAN` string
    - `customerKey` string
  - `expiryDate` string, date
  - `paymentMethod` object
    - `id` integer
    - `name` string
  - `merchant` object
    - `code` string
    - `name` string
    - `status` string
  - `lastUsedAt` string, date-time
  - `createdAt` string, date-time
  - `createdBy` string
  - `initialTransaction` TokenInitialTransaction
    - `code` string
    - `transactionCode` string
    - `type` string — Transaction type: recurring|oneoff|other_options
    - `3ds` boolean
    - `amount` Amount
      - `value` integer, required — The amount in cents.
      - `currency` string — The currency in ISO-4217 format.
    - `consumer` object

## Other responses

- `400` — Bad request, see response body for more information
- `401` — Unauthorized. Supplied credentials are invalid
- `403` — Forbidden. Supplied credentials have no rights
- `404` — Resource not found
- `405` — Used HTTP method is not allowed
- `406` — Not acceptable. The supplied content type in the accept parameter in the header is not supported
- `429` — Rate limit reached.
- `500` — An internal error occurred

---

[API](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api.md) · [All operations](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pay/pay-transaction-gateway-unit-api/versions/2bc260c7bdfc/schema)
