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

# Payment Payment Methods Retrieve

`GET /payment/payment-methods/`

GET — List all payment methods for the organization.

## Headers

- `Authorization` string, required

## Response `200`

- PaymentMethodsListResponse — Response for GET /payment/payment-methods/.
  - `results` PaymentMethod[], required
    - `id` string, required
    - `type` string, required
    - `card` PaymentMethodCard, required — Mirrors the Pydantic ``StripeCardDetails``.
      - `brand` string, nullable
      - `last4` string, nullable
      - `exp_month` integer, nullable
      - `exp_year` integer, nullable
      - `funding` string, nullable
    - `is_default` boolean, required
    - `created` integer, nullable

---

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