> 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/updating-billing-payment-details.md).

# Updating billing or payment details

All billing and payment changes for your organization are made in the Stripe billing portal. To access it:

1. Retrieve your organization. See [Retrieving your organizations](/sonarqube-cloud/getting-started/viewing-organizations.md) for more details.
2. Go to the **Billing and usage** page from the left side navigation.
3. Select **Payment settings**, then **Edit in customer portal**.

> **Note:** If your company has moved, update your billing information so we can calculate and charge the appropriate rate for indirect taxes. You currently cannot change to a monthly subscription (credit card payment) if a coupon still applies to your organization.

## Adding a payment method <a href="#adding-payment-method" id="adding-payment-method"></a>

In the Stripe billing portal, select **Add a payment method** and enter your payment details. To make this the default payment method, select the default option.

## Removing a payment method <a href="#removing-payment-method" id="removing-payment-method"></a>

In the Stripe billing portal, open the three-dot menu next to the payment method you want to remove and select **Delete**. You cannot delete the default payment method.

## Changing your default payment method <a href="#changing-default-payment-method" id="changing-default-payment-method"></a>

In the Stripe billing portal, open the three-dot menu next to the payment method you want to make default and select **Make default**.

## Updating your billing information <a href="#updating-billing-information" id="updating-billing-information"></a>

In the Stripe billing portal, select **Update information**, enter your billing information, and select **Save**.

## Viewing invoice history <a href="#viewing-invoice-history" id="viewing-invoice-history"></a>

Your invoice history is available in two places:

* From the SonarQube Cloud UI: see [Viewing taxes and invoices](/sonarqube-cloud/administering-sonarcloud/managing-subscription/viewing-taxes-and-invoices.md#monthly-invoices) for details.
* In the Stripe billing portal. Select an invoice in your **INVOICE HISTORY**, then select **Download invoice** or **Download receipt**.

## 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)
* [Viewing billing or usage information](/sonarqube-cloud/administering-sonarcloud/managing-subscription/viewing-billing-and-usage.md)
* [Viewing taxes and invoices](/sonarqube-cloud/administering-sonarcloud/managing-subscription/viewing-taxes-and-invoices.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/updating-billing-payment-details.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.
