> 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/merchants/exnode.md).

# Exnode

{% hint style="info" %}
If you need to update a 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 %}

{% hint style="warning" %}
Since callbacks from Exnode may be filtered by Cloudflare (if you are using it), you need to request the current IP addresses from Exnode and whitelist them according to the [instructions](https://premium.gitbook.io/main/en/basic-settings/faq/dobavlenie-ip-adresov-v-whitelist-v-cloudflare).
{% endhint %}

## Merchant Account Settings

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

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

Register in the [Exnode](https://pay.exnode.ru/) system.

Log into your account, go to the "**Settings**" section, and generate your API keys.

<figure><img src="/files/s2NeXCfyq9SBLHHrzys2" alt="" width="563"><figcaption></figcaption></figure>

After clicking the "**Change**" button, refresh the page — your [key pair](#user-content-fn-1)[^1] will be displayed in the "**API Keys**" section. Copy them using the corresponding button and save them in a text file.

<figure><img src="/files/H1pZdylw4wWTCJUZth1F" alt="" width="319"><figcaption></figcaption></figure>

## Module Settings

In the admin panel, create a new merchant in the "**Merchants**" -> "**Add Merchant**" section.

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

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

Fill in the required authorization fields.

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

**Private Key** - the private key generated in the Exnode account when creating the API key.

**Public Key** - the public key generated in the Exnode account when creating the API key.

## Continuing the Setup

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

## Special Fields

**Currency Code** — select the currency you will be accepting from the dropdown list.

{% hint style="warning" %}
For each currency, you need to create a [separate copy of the merchant module](#user-content-fn-2)[^2], selecting the corresponding currency, and then connect this copy in the "**Merchants and Payments**" tab in the exchange direction settings, where the currency in "**I Give**" will be the selected currency. ![](/files/Q1KBKDPZEDhTkNwR5PB6)
{% endhint %}

{% hint style="info" %}
To perform auto payouts that require a destination tag (such as destination tag for Ripple, payment ID for Monero, message for XEM, etc.), you need to create an additional field for the corresponding currencies.

In the "**Currencies**" -> "**Additional Currency Fields**" section, create a new additional field for the currency and set the value `dest_tag` in the "**Unique ID**" field (this parameter value is the same for any cryptocurrency — Ripple, Monero, XEM, etc.). After creating the field, activate it in the currency settings (under the "**Additional Fields**" tab).

The created field will be displayed in the application creation form, where the user will need to specify the destination tag.
{% endhint %}

**Address Type** — select the appropriate address type:

* **STATIC** — creates a permanent wallet for the client.
* **SINGLE** — creates a one-time (revolving) wallet for the client.

[^1]: public and private

[^2]: specify a unique name for each copy in the "Title" field for easier subsequent configuration.


---

# 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/merchants/exnode.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.
