# VelPay

## Установка парсера

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

<details>

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

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

**Plugin URL**: <mark style="color:orange;">**`@boxexchanger-plugins/parser-velpay`**</mark>

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

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

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

</details>

## Регистрация аккаунта

1. Для получения доступа к аккаунту, заполните форму на сайте <https://velpay.io/#contact> либо обратитесь к поддержке VelPay в Telegram: <https://t.me/velpay_official> с запросом. **Подробнее о запросе в выпадающем списке ниже.**&#x20;

<details>

<summary>Необходимые данные в запросе</summary>

1. URL проекта
2. Интересующие методы
3. Интересующие валюты
4. Ориентировочные обьемы в разрезе валют (опционально, но это ускорит процесс подготовки тарифов)

</details>

2. После получения логина и пароля к аккаунту, выполните вход в личный кабинет VelPay: <https://merchant.velpay.io/login>

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

1. Для запуска парсера, следуйте инструкции [Парсер курсов](/obmen/parser-kursov.md#konfiguraciya-parsera).

{% hint style="info" %}
Для применения изменений в поле, необходимо соглашаться с перезагрузкой процессов сервера.&#x20;
{% endhint %}

2. В личном кабинете VelPay перейдите на страницу "**Merchant settings**" - раздел "[**Security**](#user-content-fn-1)[^1]" -> [**скопируйте**](#user-content-fn-2)[^2] значения "**Merchant public key**" и "**Merchant secret key**" в надежное место.
3. На странице настроек парсера, в поле "**apiUrl**" укажите `https://api.velpay.io/exchange/rate` -> нажмите "**Apply changes**" -> в поле "**merchantKey**" укажите значение "**Merchant public key**" из пункта 2 -> нажмите "**Apply changes**" -> в поле "**merchantSecret**" укажите значение "**Merchant secret key**" из пункта 2 -> нажмите "**Apply changes**".
4. Парсер VelPay настроен.&#x20;

### Дополнительные настройки

* **Interval (ms) -** частота обновления курсов. Рекомендуем оставлять значение по умолчанию.&#x20;

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

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


---

# Agent Instructions: 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/parser-kursov/velpay.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.
