---
title: "List customer cards"
method: GET
path: "/customers/{uuid}/cards"
tags: ["Customers"]
---

# List customer cards

`GET /customers/{uuid}/cards`

## Path parameters

- `uuid` string, required

## Response `200`

List of tokenized cards

- object
  - `data` Card[]
    - `id` integer
    - `self` string
    - `uuid` string
    - `type` string, nullable — Card brand (e.g. `VISA`, `MASTERCARD`).
    - `cardholder` string, nullable
    - `alias` string, nullable — Masked card number alias (e.g. `4242XXXXXXXX4242`).
    - `expiration` string, nullable
    - `issuing_country` string, nullable
    - `issuing_bank` string, nullable
    - `is_3d_secure` boolean, nullable
    - `confirmed` boolean — Whether the card has been successfully tokenized and confirmed.
    - `payin_type` string, nullable — Payment type this card is associated with.
    - `tokenization_link` string, uri, nullable — URL to complete card tokenization. Only present immediately after creation.
    - `created_at` string, date-time, nullable
    - `connections` Connections — Hypermedia links to related resources.

---

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