# Payment Acceptance

In the «Payment Acceptance» section, you will find a complete guide on how to create invoices, manage payments and work with different payment scenarios in the CryptoCloud.

***

{% content-ref url="/pages/3HTNN6nyJajcBv6ujkaU" %}
[Invoice Creation Methods](/en/payments/invoice-creation-methods.md)
{% endcontent-ref %}

CryptoCloud offers several ways to create invoices: automatic generation via API, manual creation in personal account, etc.

***

{% content-ref url="/pages/86TBtZ4YxPNpIFdH5M3t" %}
[Automatic Invoice Creation](/en/payments/automatic-invoice-creation.md)
{% endcontent-ref %}

To fully automate your invoicing processes, you can use API integration. This will allow you to automatically generate invoices, send them to your customers and receive notifications on payment status.

***

{% content-ref url="/pages/4ZncFC8U4vhuU5cVwBQj" %}
[Receiving invoice details without redirection](/en/payments/h2h.md)
{% endcontent-ref %}

Create invoices via API and receive payment details (address, network, amount) to display in your interface without redirecting the user to a payment page.

***

{% content-ref url="/pages/t4n14uSqZbwc8tZ3xm7h" %}
[Manual Payment Link](/en/payments/manual-payment-link.md)
{% endcontent-ref %}

Manually create invoices in your personal account and send them to your customers as payment links. This method does not require integration and allows you to manage payments flexibly.

***

{% content-ref url="/pages/3bFgoxJEkzcfrD3CzQ6T" %}
[Donation Page](/en/payments/donation-page.md)
{% endcontent-ref %}

Use a permanent donation page link where the user can enter any amount and pay a donation without integration or a website.

***

{% content-ref url="/pages/Ox65aHFLunLSiJMQJQvs" %}
[POS Terminal](/en/payments/pos.md)
{% endcontent-ref %}

Accept crypto payments offline via a POS page with amount entry and a QR code for payment. Suitable for points of sale, services, and events.

***

{% content-ref url="/pages/BsDLUyBHOrwsAc5FA14n" %}
[Currency autoconversion](/en/payments/auto-conversion.md)
{% endcontent-ref %}

Enable automatic conversion of incoming payments to USDT TRC20 to protect against price volatility and receive funds in a stable currency without manual exchange.

***

{% content-ref url="/pages/vfnwbrdmFlHgy6aedvep" %}
[Static Wallets](/en/payments/static-wallets.md)
{% endcontent-ref %}

Static wallets allow you to accept payments to the same address without creating new accounts. Funds are automatically credited to the balance, and fees are automatically deducted.

***

{% content-ref url="/pages/AddW0TOCs7SaeTfFyGwU" %}
[Invoice Statuses](/en/payments/invoice-statuses.md)
{% endcontent-ref %}

Track the status of each invoice in your personal account. Invoices can be in the following statuses: created, paid, partial, overpayment or canceled.

***

{% content-ref url="/pages/gsgG6d2fYUwM8TyT259n" %}
[Transaction Processing Time](/en/payments/transaction-processing-time.md)
{% endcontent-ref %}

Transaction processing speed depends on the selected cryptocurrency and network load. Learn more about transaction confirmation times in different networks.

***

{% content-ref url="/pages/jdZTm4l9FpucTAJAPUjY" %}
[Partial Payment](/en/payments/partial-payment.md)
{% endcontent-ref %}

If the customer has not paid the invoice in full, they can make an additional payment. You can also manually confirm a partially paid invoice through your personal account.

***

{% content-ref url="/pages/ioGMPdjn6DO2YMthhffo" %}
[Unconfirmed Invoice](/en/payments/unconfirmed-invoice.md)
{% endcontent-ref %}

If the transaction is not credited to your balance, request invoive and transaction details from the customer and contact technical support to resolve the issue.

***

{% content-ref url="/pages/BZAwPWdIyeiVUrrhU9GP" %}
[Duplicate Payment](/en/payments/duplicate-payment.md)
{% endcontent-ref %}

If a customer mistakenly pays an invoice more than once, collect transaction information and contact technical support.

***

{% content-ref url="/pages/8v9KsUajcRHy3wGqAxGk" %}
[Overpayment](/en/payments/overpayment.md)
{% endcontent-ref %}

If you overpay your invoice, the funds are automatically credited to your balance. If you have any questions, please contact technical support for clarification.

***

{% hint style="info" %}
If you have any questions or need help, you can contact our support via chat on the website and in your personal account, as well as reach us on Telegram. Support contacts are listed [on our website](https://cryptocloud.plus/en/support).
{% 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://support.cryptocloud.plus/en/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.
