> For the complete documentation index, see [llms.txt](https://docs.flowappz.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowappz.com/home/generating-subscription-invoice.md).

# Generating Subscription Invoice

### 🧾 How to Generate Your LemonSqueezy Subscription Invoice

If you need an invoice for a subscription payment made through LemonSqueezy, follow these steps to access and generate it from your customer portal easily:

***

#### 1. Access Your Orders

Visit <https://app.lemonsqueezy.com/my-orders> and log in using the **email address you used when making the purchase**. If it’s your first time, you’ll receive a magic link via email to access your account securely.

<figure><img src="/files/B315pTiuey1u9QM2NxMg" alt=""><figcaption><p><em>All your orders listed in the dashboard</em></p></figcaption></figure>

***

#### 2. Select the Relevant Order

Once logged in, you’ll see a list of all your purchases. Find and click on the order related to the subscription for which you need the invoice.

This will open the order details page with access to billing history, product details, and subscription options.

<figure><img src="/files/Jz0bPwYz5dGmAtg7cq5r" alt=""><figcaption><p><em>Selecting a specific order to view its details</em></p></figcaption></figure>

***

#### 3. Manage Your Subscription

Scroll to the bottom of the order page and click the **“Manage Subscription”** button. This will open a new page where you can update billing details, cancel your subscription, and view all previous charges.

<figure><img src="/files/YH79exrQL0AzIeYnw9RH" alt=""><figcaption><p><em>Clicking on "Manage Subscription"</em></p></figcaption></figure>

***

#### 4. View Billing History & Generate Invoice

Under the **Billing History** section, you’ll find a list of past payments. Click on any charge to open the invoice view.

From here, you can:

* Add your **billing address and company details** (e.g., name, VAT number, etc.)
* Download the PDF invoice for your records

💡 *Note: Once you enter your billing details, they will automatically appear on all future invoices.*

<figure><img src="/files/lEZSg2jCuTeMS8iqaPgt" alt=""><figcaption><p><em>Viewing a past charge and filling out invoice information</em></p></figcaption></figure>

***

#### 📚 More Information

Refer to the official LemonSqueezy guide here:\
👉 [Generate an Invoice – LemonSqueezy Help](https://docs.lemonsqueezy.com/help/orders/generate-invoice)

***

#### 💬 Need Help?

If you run into any issues or can't access your order, please [submit a ticket at FlowAppz support](https://app.flowappz.com), and we’ll help you sort it out.


---

# 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://docs.flowappz.com/home/generating-subscription-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.
