---
title: "SecureToken: Show"
method: GET
path: "/secure_tokens/{id}"
tags: ["SecureTokens"]
---

# SecureToken: Show

`GET /secure_tokens/{id}`

Retrieves a single SecureToken object by its `id`.

## Path parameters

- `id` string, required — A unique 25-character alphanumeric resource identifier.

## Response `200`

200 response

- SecureToken
  - `id` string, required — A unique 25-character alphanumeric resource identifier.
  - `created_at` string, date-time, required — Timestamp when the SecureToken was created.
  - `verification_status` 'OK' | 'NEEDS_VERIFY' | 'ERRORED' | 'SKIPPED' | 'CREATED' | 'EXPIRED', required — Current 3DS verification status of this SecureToken.
  - `authentication_url` string — URL to redirect the customer to for 3DS authentication. Only present when verification_status is "NEEDS_VERIFY".
  - `three_d_secure_account` object — 3DS Server account details. Only present when set on the SecureToken.
    - `acquirer_mid` string, nullable, required — Acquirer Merchant ID, or null if not configured.
    - `acquirer_bin` string, nullable, required — Acquirer BIN, or null if not configured.
  - `three_ds_auth_result` ThreeDsAuthResult
    - `dsReferenceNumber` string — Directory Server reference number for this 3DS transaction.
    - `acsReferenceNumber` string — Access Control Server reference number assigned by the card scheme.
    - `threeDSRequestorTransID` string — 3DS requestor transaction ID generated by the merchant's 3DS SDK.
    - `acsTransID` string — Access Control Server transaction ID assigned by the card issuer.
    - `dsTransID` string — Directory Server transaction ID for this authentication.
    - `eci` string — Electronic Commerce Indicator indicating the authentication outcome.
    - `messageVersion` string — Version of the 3DS protocol used (e.g. "2.1.0").
    - `authenticationType` string — Authentication type used for this 3DS transaction.
    - `authenticationValue` string — Cardholder Authentication Verification Value (CAVV) from the issuer.
    - `transStatus` string — Transaction status code (e.g. "Y" for authenticated, "N" for not authenticated).
    - `threeDSServerTransID` string — 3DS Server transaction ID assigned by the 3DS server.

## Other responses

- `403` — Invalid authorization
- `404` — SecureToken does not exist

---

[API](https://skmtc.net/komoju/apis/komoju-api.md) · [All operations](https://skmtc.net/komoju/apis/komoju-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/komoju/komoju-api/versions/65483c40ba32/schema)
