# Payments

In this article, you will be able to find information on the following:

* How to manage your subscriptions.
* How to download and pay invoices.
* How to change your credit card for payments.

## Manage Subscriptions

To manage your subscription on Umbraco Cloud, go to the menu in the top right corner and select "Organization".

<figure><img src="/files/d5d071fIRopkXH80bUb4" alt=""><figcaption><p>manage subscriptions</p></figcaption></figure>

You will see an overview of your organization on Umbraco Cloud. From here you can see the information about the organization.

## Payment methods

To change your payment method on Umbraco Cloud, go to your organization and select "Payment Methods" in the left side menu.

<figure><img src="/files/rCAimHaFTAV0FtceJMuO" alt=""><figcaption></figcaption></figure>

On this page, you can see the credit cards you have already added or you can add a new one.

Once a credit card has been added it will show up in a drop-down when creating new projects. You can also change the payment method for a specific project from here.

<figure><img src="/files/YZkrv5U2NqVpIdPPWHfj" alt="Select Payment Methods"><figcaption><p>Select Payment Methods</p></figcaption></figure>

## Changing and removing payment methods

In some cases, you might need to change the credit card information on the Umbraco Cloud Organization.

If you add multiple cards, you can choose which one will be billed on the 1st of the month. To do this, click the **Set as primary** button on the card you want to use.

To remove an expired or unused card, click the trash can icon next to that card.

## Payment and Invoices

{% hint style="warning" %}
The invoices in this list are for **projects paid by credit card**.

Projects billed annually by invoice are excluded, as these invoices are handled manually and sent via email.
{% endhint %}

On Umbraco Cloud, we are sending out one single invoice with all the projects that you are paying for via email every month.

You can view the invoices for your projects under your organization in the Payment History section. You can see the following information for each invoice:

* The invoice ID
* The total amount paid
* When the invoice was created
* The due date
* The status of the invoice
* An option to download the invoice

<figure><img src="/files/cfEuQNL6w3ZAk9wcYnCm" alt=""><figcaption><p>An overview of invoices for a Cloud Organization</p></figcaption></figure>

When downloaded for a given month, the invoice will contain all the projects that you were paying for during the month.

![Invoice for projects](/files/195yejl4p15YWlEl0yBZ)


---

# Agent Instructions: 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:

```
GET https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/the-cloud-portal/payments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
