---
title: "Show a Card Tokenisation Request"
method: GET
path: "/shop/terminal-tokenisations/{paymentId}"
tags: ["TerminalTokenisations"]
---

# Show a Card Tokenisation Request

`GET /shop/terminal-tokenisations/{paymentId}`

This endpoint retrieves a Card Tokenisation Request by Payment ID.

## Response `200`

The Card Tokenisation was successfully retrieved

- object
  - `data` CardTokenisationRequest, required
    - `id` string, object-id, required — The ID of the tokenisation request.
    - `status` 'pending' | 'paid' | 'failed' | 'cancelled', required — The status of the tokenisation request.
    - `site_id` string, uuid, required — The ID of the site the tokenisation request is associated with.
    - `terminal_id` string, required — The serial number of the terminal associated with the tokenisation request.
    - `service_id` string, required — The ID of the service the tokenisation request is associated with.
    - `processor_data` object, required — An object of key-value pairs containing the response from the terminal for the tokenisation request.

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
