Get the current billing payment method
Returns the current payment method for a confirmed organization admin, or a service token or OAuth token with read_payment_method.
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 |
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 current billing payment method
The resource type
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

