---
title: "List tokenized cards"
method: GET
path: "/v1/checkout/tokenized-card-data"
tags: ["Online Checkout"]
---

# List tokenized cards

`GET /v1/checkout/tokenized-card-data`

Fetch list of merchant's tokenized cards

## Query parameters

- `customerEmail` string
- `startDate` string
- `endDate` string
- `page` integer

## Headers

- `accountId` string, uuid, required

## Response `200`

OK - your request was successful.

- object
  - `code` string — Response Code
  - `description` string — response description
  - `data` object
    - `nextPage` string, int32 — The value of the next page for data retrieval. This value is zero if there are no more pages to retrieve
    - `tokenizedCardDataList` TokenizedCardData[] — Contains all tokenized card data meeting the search criteria
      - `tokenKey` string — the key associated with the tokenzied card
      - `customerEmail` string — customer email
      - `cardType` string — Unique reference used to track an account from an external process. Would be auto-generated if not provided at the point of creation.
      - `cardPan` string — Card pan
      - `tokenExpirationDate` string — token expiration date

## Other responses

- `400` — The request body sent by merchant did not pass the validation checks
- `401` — The access_token provided to access the resource is missing or invalid.
- `403` — The client does not have the permissions to access this resource
- `404` — The record that the client is trying to access does not exist.
- `429` — The client has maxed out the number of calls within a time period on this resource.
- `500` — Downstream system error.

---

[API](https://skmtc.net/nomba/apis/vendor-api.md) · [All operations](https://skmtc.net/nomba/apis/vendor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nomba/vendor-api/revisions/41727ac9be5f/schema)
