> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-cloud/administering-sonarcloud/managing-subscription/viewing-taxes-and-invoices.md).

# Viewing taxes and invoices

This page explains how to download your invoices and view the indirect taxes applied to your SonarQube Cloud subscription. Invoices and receipts are managed in the Stripe billing portal. For payment method and billing address changes, see the [Updating billing or payment details](/sonarqube-cloud/administering-sonarcloud/managing-subscription/updating-billing-payment-details.md) page.

## Getting monthly invoices <a href="#monthly-invoices" id="monthly-invoices"></a>

All invoices and receipts are available in the Stripe billing portal.

1. Retrieve your organization. See the [Retrieving your organizations](/sonarqube-cloud/getting-started/viewing-organizations.md) page for more details.
2. Go to **Billing and usage** in the left side navigation.
3. Select **Payment settings**, then **Edit in customer portal**.
4. In the Stripe billing portal, select an invoice in your **INVOICE HISTORY**, then select **Download invoice** or **Download receipt**.

> **Note:** If your organization has invoices from before 2025, you may also find them in SonarQube Cloud under **Billing and usage** > **Payment settings** > **Payment history**.

## Viewing the indirect taxes <a href="#indirect-taxes" id="indirect-taxes"></a>

Depending on where your business is located, you may be charged taxes in addition to your subscription fee. Tax rates are calculated based on the tax laws where you live. SonarQube Cloud determines where you live based on the country, state/county, street number, and ZIP Code that you provided when you purchased your subscription.

{% hint style="info" %}

* The tax amounts can change over time with local tax requirements.
* If your company has moved, change your billing details accordingly. We will calculate and charge you the appropriate rate for your new company address. See [Updating billing or payment details](/sonarqube-cloud/administering-sonarcloud/managing-subscription/updating-billing-payment-details.md) for more information.
  {% endhint %}

To view the details of what you’re being charged (indirect taxes), check your invoices. See the [#monthly-invoices](#monthly-invoices "mention") section for details.

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Subscription plans](/sonarqube-cloud/administering-sonarcloud/managing-subscription/subscription-plans.md)
* [Billing model](/sonarqube-cloud/administering-sonarcloud/managing-subscription/billing-model.md)
* [Signing up for a plan or product](/sonarqube-cloud/administering-sonarcloud/managing-subscription/signing-up-for-plan.md)
* [Changing your subscription plan](/sonarqube-cloud/administering-sonarcloud/managing-subscription/changing-plan.md)
* [Updating billing or payment details](/sonarqube-cloud/administering-sonarcloud/managing-subscription/updating-billing-payment-details.md)
* [Viewing billing or usage information](/sonarqube-cloud/administering-sonarcloud/managing-subscription/viewing-billing-and-usage.md)


---

# 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.sonarsource.com/sonarqube-cloud/administering-sonarcloud/managing-subscription/viewing-taxes-and-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.
