---
title: "List all cards"
method: GET
path: "/payment_cards"
tags: ["Payment Cards"]
---

# List all cards

`GET /payment_cards`

Lists all user payment cards.

Requires <code>read_payment_cards</code> OAuth access scope.

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

OK

- object
  - `user_id` integer
  - `payment_cards` PaymentCards[]
    - `card_id` number — A unique identifier of the card.
    - `last4` string — Last 4 digits of the card.
    - `brand` string — Card brand.
    - `created_at` string — Date/time at which the card was created.
    - `created_at_timestamp` number — Unix timestamp when the card was created.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
