# Change payment method

If you want to change the preferred payment method for your Incogniton subscription you can use Credit Card, PayPal, or Cryptocurrency. Below are the supported methods and steps to follow.

{% stepper %}
{% step %}

#### Method 1: Changing the payment method with an open invoice

If you have an outstanding invoice but want to pay it with cryptocurrency or any other payment method, follow these steps:

* Go to [My Account](https://incogniton.com/my-account/) on the website and login to your account.
* Go to **Orders** and click **Pay** next to the invoice.
* Select the preferred payment method in the checkout.
  {% endstep %}

{% step %}

#### Method 2: Changing the payment method before receiving the invoice

* Log in to the [My Account](https://incogniton.com/my-account/) area on the website.
* Navigate to the **Payment methods** tab and click on **Add payment method**.
* Choose the desired payment method.

**Cryptocurrency**

After selecting the **Cryptocurrencies** option, click the **Renew now** button to be redirected to the checkout page and then to the Coinbase checkout page. Select the desired cryptocurrency and complete the payment.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you have **remaining days on your current subscription**, get in touch with our support team. We will add the remaining days to your new subscription.
{% endhint %}

{% hint style="info" %}
If you have additional questions after reading this article, contact our [support department](https://incogniton.com/contact/).
{% endhint %}


---

# 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.incogniton.com/account-management/edit-account-details/change-payment-method.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.
