> For the complete documentation index, see [llms.txt](https://help.proxidize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-download-an-invoice.md).

# How to Download an Invoice

Download invoices for your Proxidize subscription and billing history.

## How to Download an Invoice

Download invoice PDFs for paid orders from the Proxidize app.

Invoices are available from **Billing → Orders**.

### Before you start

Open **Billing** in the Proxidize app.

<a href="https://app.proxidize.com/" class="button primary" data-icon="arrow-right">Open Proxidize app</a>

![](https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2FMdNYEuuauLt2dXLeJHXQ%2FBillingSection.png?alt=media\&token=7726d624-0988-4c2b-8fa1-829e74b3922a)

### Download an invoice from Orders

1. Open **Orders**.
2. Find the order you want.
3. Click **PDF** in the **Actions** column.

The invoice downloads as a PDF.

![](https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2FnYGoOSTJP1y56xvsEjDv%2FInvoice.png?alt=media\&token=99305834-7e11-4730-b12e-ae2812e61964)

Each order row shows its ID, date, product, amount, payment method, account email, and status.

Use **Search** to find an order, **Filters** to narrow the list, and **Export** to download the list itself.

### When an invoice is available

| Order status  | Invoice                                                                      |
| ------------- | ---------------------------------------------------------------------------- |
| **Paid**      | Available. Click **PDF**.                                                    |
| **Pending**   | Not yet. The order has not been paid, so **Pay** appears instead of **PDF**. |
| **Cancelled** | Not available. The order was never completed.                                |

To pay a pending order, see [How to Pay After a Failed Payment](/account-and-billing/billing-and-subscriptions/how-to-pay-after-a-failed-payment.md).

### If you cannot find your invoice

Contact support and include:

| Detail              | What to provide                                               |
| ------------------- | ------------------------------------------------------------- |
| **Account email**   | The email address on your Proxidize account.                  |
| **Order ID**        | The order ID shown on the **Orders** page.                    |
| **Subscription ID** | The subscription ID if the order is linked to a subscription. |
| **Payment date**    | The payment date.                                             |

These details help us find the invoice faster.

### Quick FAQ

<details>

<summary>Where do I download invoices?</summary>

Open **Billing → Orders**.

Click **PDF** on the paid order.

</details>

<details>

<summary>Why is there no PDF button on my order?</summary>

The order is not paid.

A **Pending** order shows **Pay** instead, and a **Cancelled** order shows no action.

</details>

<details>

<summary>Can I download all my invoices at once?</summary>

No.

Invoices download one at a time. **Export** downloads the order list, not the invoice PDFs.

</details>

### Related articles

* [How to Manage Your Subscription in the Proxidize App](/account-and-billing/billing-and-subscriptions/how-to-manage-your-subscription-in-the-proxidize-app.md)
* [How to Pay After a Failed Payment](/account-and-billing/billing-and-subscriptions/how-to-pay-after-a-failed-payment.md)
* [How to Subscribe to a Proxidize Plan](/account-and-billing/billing-and-subscriptions/how-to-subscribe-to-a-proxidize-plan.md)
* [Refund Policy](/account-and-billing/billing-and-subscriptions/refund-policy.md)

### Need help?

Reach us through live chat or email at **<support@proxidize.com>**.


---

# 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.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-download-an-invoice.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.
