> 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

## 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>

![](/files/4aec70819515865ccff95a76eff8139d4f159ac8)

### Download an invoice from Orders

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

![](/files/ed25bb06c17415de15cf6ae08f959147c8e7cfae)

### When an invoice is available

Invoices are usually available after payment is complete.

If the order is still **Pending** or **Failed**, the invoice may not appear yet.

### 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**.

Then click **PDF** next to the paid order.

</details>

<details>

<summary>Why is the PDF button missing?</summary>

The order may still be unpaid.

Invoices usually appear after payment is complete.

</details>

<details>

<summary>What should I send if support needs to help?</summary>

Send your account email, order ID, subscription ID if relevant, and payment date.

</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)

### <mark style="color:$primary;">Need help?</mark>

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.
