---
title: "List customer's payment methods"
method: GET
path: "/customers/{id}/payment_methods"
---

# List customer's payment methods

`GET /customers/{id}/payment_methods`

## Path parameters

- `id` string, required

## Response `200`

Payment methods retrieved

- object
  - `code` integer, required
  - `status` string, required
  - `message` string, required
  - `items` object[], required
    - `id` string, required
    - `type` string, required
    - `channel` string, required
    - `phone` string
    - `created_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/notchpay/apis/notch-pay-api.md) · [All operations](https://skmtc.net/notchpay/apis/notch-pay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notchpay/notch-pay-api/versions/483106380733/schema)
