> For the complete documentation index, see [llms.txt](https://help.digits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.digits.com/my-business-account/digits-subscription-invoices.md).

# Viewing & Downloading Your Digits Subscription Invoice

***

### How to View Your Digits Invoice

From your organization dashboard:

1. Click **Organization Settings**.
2. Click **Subscription**.
3. Scroll down to the **Invoices** section.
4. View your current and past invoices, each with a status indicator.

{% hint style="info" icon="lightbulb-on" %}
**Note:** If you're in a business dashboard, click **Settings**, then go **to Organization Settings** first.
{% endhint %}

<div align="left"><figure><img src="/files/63fj8wMnkT2OILThw2Gh" alt="" width="375"><figcaption></figcaption></figure></div>

***

### Invoice Status Types

<table><thead><tr><th width="145.05401611328125">Status</th><th width="141.06890869140625">Icon</th><th>What it Means</th><th>Downloadable?</th></tr></thead><tbody><tr><td>Pending Invoice</td><td>Loading icon</td><td>Upcoming invoice with total amount and date.</td><td>Not yet – available after payment.</td></tr><tr><td>Processed Invoice</td><td>Checkmark icon</td><td>Payment is complete and invoice is finalized.</td><td>Yes – click the download icon.</td></tr></tbody></table>

If you requested a business-plan downgrade, the pending invoice shows its prorated adjustment. See [Change Your Subscription Plan](/my-business-account/upgrade-downgrade-your-business-plan.md) for the request process.

**To view your billing history:**

1. Go to the **Invoices** section.
2. Click any invoice to download a PDF copy.

**To update your Billing Address:**

1. Go to the **Billing Address** Section.
2. Update the Name and Address for billing, as needed.
3. Click **Update Billing Address**.

***

{% columns %}
{% column width="66.66666666666666%" valign="middle" %}
Got a question or feedback? Our team is all ears—come say hello!
{% endcolumn %}

{% column width="33.33333333333334%" valign="middle" %}

<p align="center"><a href="https://portal.usepylon.com/digits/forms/get-in-touch-with-digits-support" class="button primary" data-icon="envelope-open-text">Contact Digits Support</a></p>
{% endcolumn %}
{% endcolumns %}

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.digits.com/my-business-account/digits-subscription-invoices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
