---
title: "GET /v1/customers/{id}/payment-methods"
method: GET
path: "/customers/{id}/payment-methods"
tags: ["CustomerPaymentMethod"]
---

# GET /v1/customers/{id}/payment-methods

`GET /customers/{id}/payment-methods`

Returns every card (active, revoked, expired) on the customer in
the caller's API mode. Effective status (e.g. an active row past
expiry → 'expired') is applied at the resource layer.

## Path parameters

- `id` string, required

## Response `200`

- object
  - `data` string, required

---

[API](https://skmtc.dev/boothzen/apis/boothzen-api-v1.md) · [All operations](https://skmtc.dev/boothzen/apis/boothzen-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boothzen/boothzen-api-v1/revisions/a5ae040e3ba3/schema)
