Billing payment methods
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
| Resource | Scopes |
|---|---|
| Organization | read_payment_method |
GET
Get the current billing payment method
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Organization name slug from list_organizations. Example: acme.
Response
Returns the organization's payment method
The resource type
Available options:
PaymentMethod The payment method ID
The card brand, such as visa or mastercard
The final four digits of the card number
The card expiration month
The card expiration year
The cardholder name

