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

# List Payment Methods

`GET /api/v1/payments/payment-methods`

List all saved payment methods for the current user or org

## Query parameters

- `org` string, nullable

## Headers

- `authorization` string, nullable

## Cookies

- `modaic_session` string, nullable

## Response `200`

Successful Response

- PaymentMethodSchema[]
  - `id` integer, required
  - `userId` string, required
  - `stripePaymentMethodId` string, required
  - `brand` string, nullable
  - `last4` string, nullable
  - `expMonth` integer, nullable
  - `expYear` integer, nullable
  - `isDefault` boolean
  - `created` string, required
  - `updated` string, required

## Other responses

- `422` — Validation Error

---

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