---
title: "List Payment Methods for Customer (V1)"
method: GET
path: "/v1/customers/{id}/payment_methods"
tags: ["Customer Payment Methods (v1)"]
---

# List Payment Methods for Customer (V1)

`GET /v1/customers/{id}/payment_methods`

Returns all payment methods linked to a customer. Returns 404 if the customer does not exist.

## Path parameters

- `id` string, required

## Response `200`

OK

- ListCustomerPaymentMethodsResponseV1
  - `data` CustomerPaymentMethodDataV1[]
    - `attributes` CustomerPaymentMethodAttributesV1
      - `created_at` integer
      - `details` PaymentMethodDetailsAttributesV1
        - `brand` string
        - `last4` string
      - `livemode` boolean
      - `payment_method_id` string
      - `payment_method_type` string
      - `session_type` string
      - `updated_at` integer
    - `id` string
    - `type` string
  - `has_more` boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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