Billing payment method setup
Get a billing payment method setup
Get the state of a billing payment method setup
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 write_payment_method
OAuth Scopes
| Resource | Scopes |
|---|---|
| Organization | write_payment_method |
get/organizations/{organization}/billing/payment-method-setups/{id}
Path parameters
organizationstring required
Organization name slug from list_organizations. Example: acme.
idstring required
Billing payment method setup ID from update_payment_method. Example: pmsetup_1234.
Response
Returns the billing payment method setup
Changes
Changed in 1 of the 24 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○