> For the complete documentation index, see [llms.txt](https://manual.boxexchanger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.boxexchanger.net/obmen/merchant-i-api/paylink.finance/vyplaty-paylink.finance.md).

# Выплаты Paylink.finance

## Установка модуля

Используя параметры ниже, установите модуль выплаты через функционал "**Install plugin**" по инструкции [Install plugin](/dopolnitelnye-sistemy/install-plugin.md).

<details>

<summary>Параметры для Install Plugin</summary>

**Plugin type**: <mark style="color:orange;">**`Payout module`**</mark>

**Plugin URL**: <mark style="color:orange;">**`@boxexchanger-plugins/payout-paylink-finance`**</mark>

**Directory path**: <mark style="color:orange;">**`paylink`**</mark>

**Auth: (Deploy token)**: оставляем пустым

**Package tag**: <mark style="color:orange;">**`latest`**</mark>

</details>

## Конфигурация

1. Оставьте заявку на создание аккаунта в системе paylink.finance [по ссылке](https://paylink.finance/register/iz7T00Mwm5).
2. Войдите в ЛК - страница "**Api setting**" - в разделе "**Personal Access Token**" нажмите "[**Create token**](#user-content-fn-1)[^1]" для генерации связки API ключей. Далее, укажите название ключа - нажмите "[**Create new token**](#user-content-fn-2)[^2]".&#x20;
3. **Скопируйте в надежное место** значения "**Api key**" и "**Secret key**" - нажмите "[**Confirm**](#user-content-fn-3)[^3]".

{% hint style="info" %}
Обратите внимание, что значения "**Api key**" и "**Secret key**" также понадобятся для настройки модуля приема и парсера Paylink.finance. Сохраните публичный и секретный ключи в надежном месте, пока модули Paylink.finance не будут настроены. **В противном случае вам придется пересоздавать** "**Api key**" **и** "**Secret key**" **так как после создания ключей, они будет скрыты в целях безопасности.**

[Мерчант Paylink.finance](/obmen/merchant-i-api/paylink.finance/merchant-paylink.finance.md)\
Парсер [Paylink.finance](/obmen/parser-kursov/paylink.finance.md)&#x20;
{% endhint %}

4. В админ панели скрипта перейдите на страницу "**Мерчант и API**" - в разделе "**PAYOUT SYSTEM**" нажмите [**значок настроек**](#user-content-fn-4)[^4] в блоке с модулем выплат "**Paylink.finance**".&#x20;
5. На странице настроек модуля в поле "**API Key**" укажите ранее скопированное значение "**Api key**" - нажмите "[**Save**](#user-content-fn-5)[^5]". \
   Далее, в поле "**Secret Key**" укажите ранее скопированное значение "**Secret key**" - нажмите "[**Save**](#user-content-fn-6)[^6]".
6. Ниже на странице скопируйте значение "[**WEBHOOK URL**](#user-content-fn-7)[^7]" - вернитесь в ЛК paylink.finance -   страница "**Api setting**" - для поля "**Order Webhook url**" укажите скопированное значение "**WEBHOOK URL**" - нажмите "[**Update**](#user-content-fn-8)[^8]".
7. Модуль выплаты "**Paylink.finance**" настроен. Теперь его можно указать в качестве модуля выплаты для валюты UAH.&#x20;

[^1]: ![](/files/cfGJfXrlejMK6Ta6oOZ4)

[^2]: ![](/files/YwkNu3tZND5I1h7cwujO)

[^3]: ![](/files/6aedxBuvNlwyJL2GnDAp)

[^4]: ![](/files/uG2jVjk0polgVU1MEbJ7)

[^5]: ![](/files/BkgruafsjVU7ZaeCwad5)

[^6]: ![](/files/sNHt7gIvhvOHM5SzuClP)

[^7]: ![](/files/f5etphunrEbMqxVWbnBe)

[^8]: ![](/files/OGwpUkzlxkFIWAS6X1Fi)


---

# 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://manual.boxexchanger.net/obmen/merchant-i-api/paylink.finance/vyplaty-paylink.finance.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.
