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

# Payeer

{% 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)<mark style="color:blue;">!</mark>
{% endhint %}

{% hint style="info" %}
If you need to update the module on your 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="danger" %}
Please note that Payeer always rounds transaction fees up, which means your clients may receive amounts that are either higher or lower than expected. The discrepancy can be up to tenths of a unit.
{% endhint %}

## Settings in the Merchant's Personal Account

1. Register or log in to the [Payeer](https://payeer.com/) system.
2. Complete the account verification in the "**Profile and Verification**" section to use the API.
3. Confirm your domain.

<figure><img src="/files/Cz8SMwb8yt5sj0V6DjE1" alt="" width="524"><figcaption></figcaption></figure>

4. Go to the "**API" -> "Mass Payouts**" section and click the "**Add**" button. Fill in the required fields and click "**Add API**".

* **Name** — the name of the service in the merchant's personal account, any name you choose
* **Secret Key** — the key that will be used for API authorization
* **IP Address** — the IP address of your server

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

## Module Settings

In the admin panel, go to the "**Merchants**" -> "**Auto Payouts**" section, click the "**Add**" button, and select Payeer.

<figure><img src="/files/moOxTgFhhrMjljKivvYJ" alt="" width="490"><figcaption></figcaption></figure>

Fill in the required authorization fields.

<figure><img src="/files/8DoV5mCCMY3tbkiOP0xK" alt="" width="446"><figcaption></figcaption></figure>

**Wallet Number** — the wallet specified in your Payeer personal account

**API ID** — the ID from your Payeer personal account

**API Key** — the secret key from your Payeer personal account

## 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).


---

# 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/payeer.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.
