---
title: "Get tokenization"
method: POST
path: "/v1/tokenizations/{tokenizationId}"
tags: ["/v1/tokenizations"]
---

# Get tokenization

`POST /v1/tokenizations/{tokenizationId}`

Retrieve tokens from Secure Fields or Mobile SDK integrations

## Path parameters

- `tokenizationId` integer, required

## Response `200`

Successfully returned tokenization.

- TokenizationGetResponse
  - `paymentMethod` string
  - `alias` string — The resulting alias, if requested or available.
  - `fingerprint` string — An unique identifier of the card number. Useful to identify multiple customers' or the same customer's transactions where the same card was used.
  - `maskedCard` string
  - `aliasCVV` string
  - `aliasIban` string
  - `maskedIban` string
  - `aliasAccountNumber` string
  - `maskedAccountNumber` string
  - `aliasBranchCode` string
  - `expiryYear` string — The expiry year of the credit card alias
  - `expiryMonth` string — The expiry month of the credit card alias.
  - `cardInfo` CardInfo — The card information if the request was done with a card object
    - `brand` string — The brand of the credit card (e.g. VISA CREDIT).
    - `coBrand` string — The coBrand of the card
    - `type` string — The type of the card (`credit`, `debit` or `prepaid`). The property will not be present if the card type is unknown.
    - `usage` string — The usage of the card (`consumer`, `corporate` or `unknown`).
    - `country` string — 2 letter ISO 3166-1 alpha-2 country code.
    - `issuer` string — The issuer of the card.
    - `accountType` 'PAN' | 'TOKEN'
    - `binLength` integer — The bin length, if known.
  - `walletIndicator` 'APL' | 'PAY'
  - `networkToken` TokenInfo — Scheme token details. This information is only available if the card behind the alias has been tokenized.
    - `expiryMonth` string — The expiry month of the scheme token
    - `expiryYear` string — The expiry year of the scheme token
    - `status` 'INACTIVE' | 'ACTIVE' | 'SUSPENDED' | 'DELETED' | 'PENDING' | 'FAILED' — The status of the scheme token
    - `paymentAccountReference` string — The Payment Account Reference of the scheme token
    - `tokenRequestorId` string — The token requestor id
    - `token` string — Scheme token
    - `reason` NetworkTokenError
      - `code` 'SERVICE_NOT_ALLOWED' | 'TOKEN_PROVIDER_UNAVAILABLE' | 'MISSING_FIELD' | 'DECLINED' | 'REQUIRE_ADDITIONAL_AUTHENTICATION' | 'WAITING_ACTIVATION' | 'INTERNAL_ERROR' | 'UNKNOWN_ERROR'
      - `message` string
  - `3D` ThreeDInfo — The 3D information of the card.
    - `cavv` string — The cavv of the card.
    - `eci` string — The eci of the card.
    - `multiToken` MultiToken[]
      - `cavv` string
      - `merchantIdentifier` string
      - `amount` integer
  - `last4` string
  - `usage` 'SIMPLE' | 'REGISTRATION'

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.dev/pci-proxy/apis/pci-proxy-api-reference-datatrans-endpoints.md) · [All operations](https://skmtc.dev/pci-proxy/apis/pci-proxy-api-reference-datatrans-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pci-proxy/pci-proxy-api-reference-datatrans-endpoints/revisions/1f4f905fd175/schema)
