---
title: "Get customer cards"
method: GET
path: "/customers/{customerId}/cards"
tags: ["Customer"]
---

# Get customer cards

`GET /customers/{customerId}/cards`

## Path parameters

- `customerId` integer, required

## Query parameters

- `cardToken` string

## Response `200`

Successful

- CardResponse[]
  - `id` integer — The id of the card.
  - `cardToken` string — The card token.
  - `dateCreated` string — The date when the card is created.
  - `dateUpdated` string — The date when the card last got updated.
  - `cardHolderName` string — The cardholder name.
  - `cardF6L4` string — The first-six and last-four card numbers.
  - `cardExpiry` string — The card expiry date, in MMYY format (total of 4 digits without spaces or slashes).
  - `cardCVV` string — The card CVV (3-4 digits on back of credit card).

## Other responses

- `default` — Failed

---

[API](https://skmtc.net/helcim/apis/the-helcim-api.md) · [All operations](https://skmtc.net/helcim/apis/the-helcim-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helcim/the-helcim-api/versions/345052ca6578/schema)
