---
title: "Get Account Billing Plan"
method: GET
path: "/v2.1/accounts/{accountId}/billing_plan"
tags: ["BillingPlans"]
---

# Get Account Billing Plan

`GET /v2.1/accounts/{accountId}/billing_plan`

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. You can exclude this information from the response by adding the appropriate optional query string and setting it 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 [Billing: getBillingPlan](/docs/esign-rest-api/reference/billing/billingplans/get/) reference. the `billingAddress` and `creditCardInformation` property values are the same as those shown in the [Billing: updatePlan](/docs/esign-rest-api/reference/billing/billingplans/update/) reference.

**Note:** When credit card number information displays, a mask is applied to the response so that only the last 4 digits of the card number are visible.

## Path parameters

- `accountId` string, required

## Query parameters

- `include_credit_card_information` string
- `include_downgrade_information` string
- `include_metadata` string
- `include_successor_plans` string
- `include_tax_exempt_id` string

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/versions/77f1998c313d/schema)
