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

# Firekassa

{% 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 %}

{% hint style="danger" %}
The module only works with banks (payouts to cards) - currently, there is no support for payouts to Qiwi, YuMoney, or via phone number.
{% endhint %}

## Merchant Account Settings

Register on the [Vanilapay](https://web.vanilapay.com/) website (for RUB transactions) or on the [Gamepay](https://web.gampay.cc/) website (for UAH transactions).

Log into your account, go to the "**Sites**" section -> "**List of Sites**" and add a new site.

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

Fill in the required fields, except for "**Notification URL**" and "**Payout Notification URL**," then click "**Add**."

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

In the window that opens, go to the "**API**" tab.

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

Update the **API Bearer Token** and **API Sign Token** by clicking **"Edit"** on each line one by one.

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

Copy the keys and save them in a text file.

## **Module Settings**

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

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

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

Fill in the required authorization fields.

<figure><img src="/files/9Q7xzOkxnb4J8PsVNaL3" alt=""><figcaption></figcaption></figure>

**API URL** — specify the URL of the service you will be working with:\
• **<https://admin.gampay.cc>** — for UAH transactions (alternative URL - \*\*<https://web.gampay.cc**)\\>
• **<https://admin.vanilapay.com>** — for RUB transactions (alternative URL - **<https://web.vanilapay.com>**)

**API Key** — **API Bearer Token** from your Firekassa account

**Secret Key** — **API Sign Token** from your Firekassa account

## Special Fields

**Type**:

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

* **Type** — select the bank for fund payouts (RUB, UAH)

{% hint style="warning" %}
The list of banks and payment systems for this option is loaded via API from the merchant — if a type is missing, please contact the merchant to have it included.
{% endhint %}

## Continuing the Setup

Next, configure the automatic payout 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/firekassa.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.
