---
title: "Get a customer's payment methods"
method: GET
path: "/customers/{customerId}/payment-methods"
tags: ["Customers"]
---

# Get a customer's payment methods

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

Get all customer payment methods for a customer

## Path parameters

- `customerId` string, required

## Response `200`

Retrieved payment methods

- object
  - `paymentMethods` unknown[]
    - unknown

## Other responses

- `400` — Validation error

---

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