---
title: "List Payment Methods"
method: GET
path: "/payment-methods/"
tags: ["payment-methods"]
---

# List Payment Methods

`GET /payment-methods/`

List saved payment methods for the current user.

Proxies to Payments Service which resolves Stripe customer
and returns saved cards.

## Response `200`

Successful Response

- PaymentMethodsResponse
  - `payment_methods` CardDetails[], required
    - `id` string, required
    - `brand` string, required
    - `last4` string, required
    - `exp_month` integer, required
    - `exp_year` integer, required
  - `stripe_customer_id` string, nullable

---

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