Get Account Billing Plan
GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_plan?include_credit_card_information={{include_credit_card_information}}&include_metadata={{include_metadata}}&include_successor_plans={{include_successor_plans}}
Retrieves the billing plan information for the specified account, including the current billing plan, successor plans, billing address, and billing credit card.
By default the successor plan and credit card information is included in the response. This information can be excluded from the response by adding the appropriate optional query string with the setting
set to false.
Response
The response returns the billing plan information, including the currency code, for the plan. The billingPlan
and succesorPlans
property values are the same as those shown in the [ML:Get Billing Plan Details] reference. the billingAddress
and creditCardInformation
property values are the same as those shown in the [ML:Update Billing Plan] reference.
Note: When credit card number information is shown, a mask is applied to the response so that only the last 4 digits of the card number are visible.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_credit_card_information | string | ||
include_metadata | string | ||
include_successor_plans | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |