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

# Webmoney

{% hint style="danger" %} <mark style="color:red;">Before setting up automatic 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 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 %}

## Settings in the Merchant's Personal Account

1. Log in to the [Webmoney](https://merchant.webmoney.ru/conf/default.asp) website using your WMID, or register if you do not have an account yet.
2. Activate the [XML interface X2](https://wiki.webmoney.ru/projects/webmoney/wiki/interfeys_x2). We recommend [restricting the X2 interface](https://security.webmoney.ru/) to the IP address of your server. If you want to receive reserves in your wallets in real-time, you also need to connect the [XML interface X9](https://wiki.webmoney.ru/projects/webmoney/wiki/interfeys_x9).
3. In WebMoney Keeper Classic, go to the menu item "**Tools" → "Program Settings"**, then navigate to the **"Security"** tab and click the **"Save key to file"** button.\
   Follow the procedures prompted by WM Keeper. Specify the path to save the key file and enter the key file password twice.

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

4. Upload the saved .kwm key file to the server under the user account created for the website (not root) in the directory:\
   `your_domain/wp-content/plugins/premiumbox/paymerchants/webmoney/dostup/`

## Module Settings

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

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

<figure><img src="/files/51YCKlBmrmyo3EuCDuuZ" alt="" width="438"><figcaption></figcaption></figure>

Fill in the required authorization fields.

<figure><img src="/files/R8ZCWmDcNQ5j8TGFlmNM" alt="" width="447"><figcaption></figcaption></figure>

**WMID** — enter your WMID

**Key file name .kwm** — the name of the key file

**Key file password .kwm** — the password for the key file

*WM wallet*\* — your wallet number from the Webmoney personal account

## Continuing the Setup

Next, configure the automatic payout merchant by following the [general setup instructions](https://premium.gitbook.io/main/en/basic-settings/merchants-and-auto-payments/auto-payments/general-auto-payment-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/webmoney.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.
