> 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/merchant-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;">**`Merchant module`**</mark>

**Plugin URL**: <mark style="color:orange;">**`@boxexchanger-plugins/merchant-paylink`**</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/vyplaty-paylink.finance.md)\
Парсер [Paylink.finance](/obmen/parser-kursov/paylink.finance.md)
{% endhint %}

4. В админ панели скрипта перейдите на страницу "**Мерчант и API**" - в разделе "**MERCHANT SYSTEM**" нажмите [**значок настроек**](#user-content-fn-4)[^4] в блоке с мерчантом "**Paylink.finance**".&#x20;
5. На странице настроек модуля в поле "**API Key**" укажите значение "**Api key**" из шага 3 -> нажмите "[**Save**](#user-content-fn-5)[^5]" -> в поле "**Secret Key**" укажите значение  "**Secret key**" из шага 3 -> нажмите "[**Save**](#user-content-fn-6)[^6]".
6. Ниже на странице скопируйте значение "[**IPN URL**](#user-content-fn-7)[^7]" -> вернитесь в ЛК paylink.finance - страница "**Api setting**" -> для поля "**Payment Webhook ur**l" укажите скопированное значение "**IPN URL**" -> нажмите "[**Update**](#user-content-fn-8)[^8]".
7. Мерчант "**Paylink.finance**" настроен. Теперь его можно указать в качестве модуля приема для UAH.&#x20;

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

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

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

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

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

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

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

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


---

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