---
title: "Returns list of saved card"
method: GET
path: "/cards"
tags: ["CardTokenization"]
---

# Returns list of saved card

`GET /cards`

This API returns the list of saved cards. Card are saved as a token. Tokens can be used to trigger a transaction

## Query parameters

- `customer_id` string, uuid, required

## Headers

- `X-Amzn-Trace-Id` string

## Response `200`

returns list of cards.

- TokenizedCardResponse
  - `cardId` string, uuid — card Id returned in the response body by "#/tokenized-cards".
  - `last4digits` string — the last $ digits of the tokenized card
  - `type` string — The type of card. E.g Visa, mastercard
  - `expiry` string — The card expiration date

## Other responses

- `400` — Bad Request
- `401` — The caller is unauthenticated
- `403` — Access rights not sufficient
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/bictorys/apis/pay.md) · [All operations](https://skmtc.dev/bictorys/apis/pay/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bictorys/pay/revisions/b85cce14340b/schema)
