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

# Выплаты PSPline

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

Используя параметры ниже, установите модуль выплаты через функционал "**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-pspcore`**</mark>

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

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

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

</details>

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

{% hint style="info" %}
Поддерживаемые XML: `CARDKZT`, `CARDEUR`, `CARDAZN`,`CARDGBP`
{% endhint %}

1. Обратитесь к представителю PSPline в Telegram: <https://t.me/Rocket2Pay> с запросом на создание аккаунта в системе PSPline и подключения модуля выплаты в скрипте BoxExchanger.&#x20;
2. Получите от представителя PSPline следующую информацию: **Merchant\_Id, Публичный ключ и Секретный ключ** -> сохраните в надежное место.&#x20;

{% hint style="warning" %}
В целях безопасности рекомендуется не хранить конфиденциальную информацию, к примеру, **Секретный ключ** в месседжерах.
{% endhint %}

3. В админ панели BoxExchanger, перейдите на страницу "**Мерчант и API**" - раздел "PAYOUT SYSTEM" -> [**нажмите**](#user-content-fn-1)[^1] на значок настроек в блоке с модулем PSPline.
4. Укажите значение **Merchant\_Id** из шага 2 в поле "**Merchant Id**" -> нажмите "**Save**".\
   Укажите значение **Публичного ключа** из шага 2 в поле "**Public Key**" -> нажмите "**Save**".\
   Укажите значение **Секретного ключа** из шага 2 в поле "**Secret Key**" -> нажмите "**Save**".
5. Модуль выплаты настроен.&#x20;

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


---

# 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:

```
GET https://manual.boxexchanger.net/obmen/merchant-i-api/vyplaty-pspline.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
