---
title: "List digital wallet tokens"
method: GET
path: "/cards/tokens"
tags: ["Digital wallets"]
---

# List digital wallet tokens

`GET /cards/tokens`

Returns a list of digital wallet tokens for cards on a given account.

 Each digital wallet token represents a specific card, wallet and device combination.

 We support Apple Pay, Google Pay, and Samsung Pay wallets.

## Query parameters

- `accountId` string, required — The ID of the account to work with.
- `personId` string, uuid — The ID of the person to work with.
- `tokenState` 'REQUESTED' | 'REQUEST_DECLINED' | 'ACTIVE' | 'SUSPENDED' | 'TERMINATED' — The state of the token
- `search` string — List of comma-separated last four digits.
- `tokenType` 'APPLE_PAY' | 'ANDROID_PAY' | 'SAMSUNG_PAY' — The type of wallet token.
- `deviceType` 'MOBILE_PHONE' | 'TABLET' | 'WATCH' — The type of device into which the digital wallet token is provisioned.
- `deviceId` string — The device ID associated with the digital wallet token for Apple Pay, Google Pay, or Samsung Pay.

## Response `200`

OK

- object
  - `count` integer, required — The total amount of records matching the querying when "limit" is ignored.
  - `rows` object[], required
    - `token` string, uuid — The digital wallet token ID.
    - `deviceId` string — The device ID associated with the digital wallet token for Apple Pay, Google Pay, or Samsung Pay.
    - `cardId` string, uuid — The ID of the card to work with.
    - `cardName` string — The name of the card. Any diacritics will be converted to the nearest English letter equivalent. Note that any name that is longer than 21 characters will be truncated.
    - `lastFour` string — The last four digits of the card PAN.

---

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