Skip to main content
GET
Get the current billing payment method

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization
string
required

Organization name slug from list_organizations. Example: acme.

Response

Returns the organization's current billing payment method

type
enum<string>
required

The resource type

Available options:
PaymentMethod
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 | null
required

The cardholder name