> For the complete documentation index, see [llms.txt](https://premium.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://premium.gitbook.io/main/en/basic-settings/merchants-and-auto-payments/auto-payments/crypto-cash-crypto.md).

# Crypto-Cash Crypto

{% hint style="danger" %} <mark style="color:red;">Before setting up auto payouts, please read the</mark> [<mark style="color:blue;">risk warning!</mark>](https://premium.gitbook.io/main/en/basic-settings/merchants-and-auto-payments/auto-payments/risk-warning)
{% endhint %}

{% hint style="info" %}
If you need to update the module on the server, please refer to the [instructions](https://premium.gitbook.io/main/en/en/basic-settings/faq/updating-script-files-on-the-server/how-to-update-files-on-the-server#merchant-and-auto-payout-modules).
{% endhint %}

## Merchant Account Settings

{% hint style="warning" %}
To discuss the terms of service, please contact a [service representative](https://t.me/CEO_CryptoCash).

**Disclaimer**: When connecting your website to any service, please assess the potential risks of collaboration on your own.
{% endhint %}

[Register for the Crypto-Cash service](https://account.crypto-cash.world/registration), log into your account, and navigate to the [“Merchant Settings”](https://account.crypto-cash.world/settings) section.

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

Generate a private API key by clicking the "**Generate API Key**" button. Copy both keys to your clipboard or a text file.

## Module Settings

In the admin panel, create a new merchant in the "**Merchants**" ➔ "**Add Auto Payout**" section.

Select Crypto-Cash Crypto from the dropdown menu in the "**Module**" field, enter a name for the module, and click "**Save**."

Fill in the required authorization fields.

<figure><img src="/files/hYdMbrjyCrQ2lJS3vynf" alt="" width="437"><figcaption></figcaption></figure>

**Domain** — leave this field empty.

**Public Key** — the public key you copied earlier in your account.

**Secret Key** — the secret key you copied earlier in your account.

## Special Fields

<figure><img src="/files/AVt02AAwpQmTtHxfVr8A" alt="" width="437"><figcaption></figcaption></figure>

**Currency** — select the currency for auto payouts (if you choose "**Automatically**," the currency code "**Receiving**" will be used).

* **Add** — to add your own currency code.

## Continuing the Setup

Next, proceed with the merchant setup by following the [general setup instructions](https://premium.gitbook.io/main/en/en/basic-settings/merchants-and-auto-payments/merchants/general-merchant-settings).


---

# 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://premium.gitbook.io/main/en/basic-settings/merchants-and-auto-payments/auto-payments/crypto-cash-crypto.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.
