---
title: "List Payment Methods for Customer (V2)"
method: GET
path: "/v2/customer_payment_methods/{customer_id}"
tags: ["Customer Payment Methods (v2)"]
---

# List Payment Methods for Customer (V2)

`GET /v2/customer_payment_methods/{customer_id}`

Get a list of payment methods for a customer with pagination

## Path parameters

- `customer_id` string, required

## Query parameters

- `limit` integer
- `last_evaluated_payment_method_id` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `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)
