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

# List Payment Methods

`GET /stripe/payment-methods`

List payment methods for current user.

## Response `200`

Successful Response

- PaymentMethodResponse[]
  - `id` string, uuid, required
  - `stripe_payment_method_id` string, required
  - `brand` string, nullable, required
  - `last4` string, nullable, required
  - `exp_month` integer, nullable, required
  - `exp_year` integer, nullable, required
  - `is_default` boolean, required
  - `created_at` string, date-time, required

---

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