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

# WestWallet

{% 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 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="danger" %}
Please note that when updating the auto payout module files for WestWallet on the server, the transaction fee setting will reset to **medium**.

If you had selected a value other than **medium** before the update, please reselect it in the module settings!

<img src="/files/2ErszLR7D3W2BDGmtAKK" alt="" data-size="original">
{% endhint %}

## Merchant Account Settings

Register on the [WestWallet](https://westwallet.io/) website. After your registration is confirmed by the service, log in to your account and go to the "**Settings**" section.

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

In the "**API Keys**" section, click the "**Add API Key**" button.

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

In the window that opens, select the necessary permissions based on how you will work with the merchant (to process payouts, you need to check all options except "**Generate Addresses**").

It is also advisable to specify your server's IP address for enhanced security when working with the merchant.

Save the public and private keys in a text file. Click the "**Save**" button.

<figure><img src="/files/0ELmgWHbb4gFg07ibXM8" alt="" width="438"><figcaption></figcaption></figure>

## Module Settings

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

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

<figure><img src="/files/HYUoP421677b3jVV6eSX" alt="" width="505"><figcaption></figcaption></figure>

Fill in the required authorization fields.

<figure><img src="/files/LtPzwn5ck4SRR4mB2HVL" alt="" width="453"><figcaption></figcaption></figure>

**Public Key** — the public key generated in your WestWallet account.

**Private Key** — the private key generated in your WestWallet account.

### Continuing the Setup

Next, configure the 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).

## **Special Fields**

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

**Transaction Fee** — select the fee amount that will be charged by the service for providing its services. The higher the fee, the faster the payout will be processed.

{% hint style="danger" %}
Please note that if you select the "**low**" option, the payout will be processed within 36-48 hours.

<img src="/files/8w69gpaCNiM5VVjd8dEy" alt="" data-size="original">
{% endhint %}


---

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