Billing payment method

Get the current 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

ResourceScopes
Organizationread_payment_method
get/organizations/{organization}/billing/payment-method

Path parameters

organizationstring required

Organization name slug from list_organizations. Example: acme.

Response

Returns the organization's payment method

type'PaymentMethod' required

The resource type

idstring required

The payment method ID

brandstring required

The card brand, such as visa or mastercard

last4string required

The final four digits of the card number

exp_monthinteger required

The card expiration month

exp_yearinteger required

The card expiration year

namestring nullable required

The cardholder name

Changes