> 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

You can see and download your Digits billing invoices anytime from your account settings.

***

### 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="https://3674243662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb6WePrgsFJMi5WlLGzrG%2Fuploads%2F6xoW8G7Rursh1rkYObgp%2FCursor_and_Acme_Corp____Subscription.png?alt=media&amp;token=880b1427-9f2a-462d-8544-f2d8494a78b7" alt="" width="375"><figcaption></figcaption></figure></div>

***

### Invoice Status Types

<table><thead><tr><th width="145.05401611328125">Status</th><th>What it Means</th></tr></thead><tbody><tr><td><strong>Pending Invoice</strong></td><td>Upcoming invoice with total amount and date.</td></tr><tr><td><strong>Processed Invoice</strong></td><td>Payment is complete and invoice is finalized.</td></tr><tr><td><strong>Failed</strong></td><td>The charge didn't go through. Update your payment method to retry; the invoice becomes downloadable once it's paid.</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.
