---
title: "List all credit cards"
method: GET
path: "/v3/billing/payment-methods/cards"
tags: ["CreditCards"]
---

# List all credit cards

`GET /v3/billing/payment-methods/cards`

Returns a list of credit cards. The credit cards are returned sorted by creation date in ascending order.

## Query parameters

- `page` integer
- `limit` integer
- `sort` string

## Response `200`

OK

- CreditCardDto[]
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `brand` string, required
  - `last4` string, required
  - `addressZip` string, required
  - `expirationYear` integer, required
  - `expirationMonth` integer, required
  - `updateUrl` string, required
  - `cardholderName` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Server Error

---

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