---
title: "List payment methods"
method: GET
path: "/billing/payment-methods"
tags: ["Billing"]
---

# List payment methods

`GET /billing/payment-methods`

Returns saved payment methods for the current organization from Polar.

## Response `200`

Payment methods list

- object
  - `data` object[], required
    - `id` string, required
    - `type` string, required — Payment method type (e.g., 'card')
    - `brand` string, nullable, required — Card brand (e.g., 'visa', 'mastercard')
    - `last4` string, nullable, required — Last 4 digits of card number
    - `expMonth` integer, nullable, required — Card expiration month
    - `expYear` integer, nullable, required — Card expiration year
    - `wallet` string, nullable, required — Wallet type if applicable (e.g., 'apple_pay')
    - `isDefault` boolean, required — Whether this is the default payment method

## Other responses

- `401` — Unauthorized

## Changes

> 7 revisions in range; 2 could not be searched.

- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `listPaymentMethods` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/billing/payment-methods/get.md)

---

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