> For the complete documentation index, see [llms.txt](https://docs.getblock.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getblock.io/getting-started/plans-and-limits/payment-methods.md).

# Payment methods

### Fiat payments

Users can pay for subscriptions using traditional fiat currency via **Paddle**.

**How it works:**

* **Recurring payments enabled by default**: Payment is automatically deducted on the billing date.
* **Fees**: VAT is applied to Paddle payments and varies depending on your region
* **If the card balance is insufficient**: GetBlock will retry the payment after three days. If the retry fails, the plan will be frozen until the payment is resolved.

<figure><img src="/files/POwQpYrLhKCBhUUXIbO8" alt="How to pay with fiat on GetBlock"><figcaption><p>Selecting fiat as a payment method</p></figcaption></figure>

{% hint style="warning" %}
Please, account for VAT when planning your payments.
{% endhint %}

***

#### Updating your payment details

To update your payment information while you have an active subscription:

1. Go to **Pricing** → **Manage Plans**.
2. Click ‘**Edit Payment Method**’.
3. Enter your updated payment details and save the changes.

<figure><img src="/files/cD1QC5GjzR1RBmzLN7YS" alt="changing billing data in GetBlock accounts"><figcaption></figcaption></figure>

***

### Crypto payments

Users can top up their accounts with cryptocurrency through **NOWPayments**.

**How it works:**

* **Payments are processed as one-time transactions**: add funds as needed.
* **Supported cryptocurrencies**: any token on any network available through NOWPayments at the time of payment.
* **Fees**: blockchain network fees apply.

<figure><img src="/files/KjhnBo6jd4MpnqpBRIYX" alt="How to pay for RPC nodes with crypto"><figcaption><p>Crypto payments</p></figcaption></figure>

{% hint style="warning" %}
If the network fees are insufficient or the transaction fails, the payment will not be processed and the subscription plan will not be activated. **Please, include enough gas fees to ensure the transaction processes successfully**.
{% endhint %}


---

# 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.getblock.io/getting-started/plans-and-limits/payment-methods.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.
