> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/client-portal/billing/paying-an-invoice.md).

# Paying an invoice

### What payment methods does Synteq accept?

We accept the following payment methods:

* Credit & Debit cards - processed via Stripe
* Paypal payments
* Cryptocurrencies - BTC natively, and other coins via [trocador.app](https://trocador.app/en/)

### 1. Start the payment process

Start by logging into our [client area](https://get.crunchbits.com/), and then on the left navigation bar select `Billing` \[1], then `My Invoices` \[2].&#x20;

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

Then enter the invoice you'd like to pay by clicking on it.

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

### 2. Finish the payment process

{% tabs %}
{% tab title="Credit & debit cards" %}
Select the `Stripe` payment method \[1], and click on the `Pay Now` button.&#x20;

{% hint style="warning" %}
This will save the card details on Stripe, and Crunchbits will hold a special autorisation token, plus the last 4 numbers of your card on our system.
{% endhint %}

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

Afterward, enter your card details \[1], then select the correct billing address \[2], and click on the `Make Payment` button.&#x20;

<figure><img src="/files/1Ipz238kzcc1FOtluss6" alt=""><figcaption></figcaption></figure>

Before the payment is finalized, you might get a 3DS security pop-up. Please complete it for the payment to go through.
{% endtab %}

{% tab title="PayPal" %}
Start by selecting the `PayPal` billing method \[1], and click on the `Pay Now` \[2] button. Then finish the process in the PayPal pop-up.&#x20;

{% hint style="warning" %}
This will automatically set up a PayPal subscription
{% endhint %}

<figure><img src="/files/wUzo4ubFnt8pLvRDQMfu" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Account credits" %}
Click on the `Apply Credit` button

<figure><img src="/files/XIWuSRaLV3SgW9AqjoqJ" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Cryptocurrencies" %}
You can find out how to pay an invoice with cryptocurrencies here: [Paying an invoice with cryptocurrencies](/client-portal/billing/paying-an-invoice-with-cryptocurrencies.md)
{% endtab %}
{% endtabs %}


---

# 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.synteq.com/client-portal/billing/paying-an-invoice.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.
