---
title: "Get the current billing payment method"
method: GET
path: "/organizations/{organization}/billing/payment-method"
tags: ["Billing payment method"]
---

# Get the current billing payment method

`GET /organizations/{organization}/billing/payment-method`

Get the current payment method for an organization
### Authorization
A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:

**Service Token Accesses**
 `read_payment_method`

**OAuth Scopes**

 | Resource | Scopes |
| :------- | :---------- |
| Organization | `read_payment_method` |

## Path parameters

- `organization` string, required

## Response `200`

Returns the organization's payment method

- object
  - `type` 'PaymentMethod', required — The resource type
  - `id` string, required — The payment method ID
  - `brand` string, required — The card brand, such as visa or mastercard
  - `last4` string, required — The final four digits of the card number
  - `exp_month` integer, required — The card expiration month
  - `exp_year` integer, required — The card expiration year
  - `name` string, nullable, required — The cardholder name

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-08-26** `0b43a2011e53` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/planetscale/apis/planetscale-api/changes/organizations/:organization/billing/payment-method/get.md)

---

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