# Инструкция по интеграции Repay

API Repay предоставляет инструменты для автоматизации финансовых операций, включая работу с депозитами и выплатами. Взаимодействие осуществляется с помощью HTTP-запросов , и требует авторизации через API-ключ.

### Основные возможности

1. **Депозиты**
   * Создание депозита
   * Обработка споров по сделкам
   * Информация о депозите
   * Информация о балансе депозитного канала
   * Уведомления (вебхуки)
2. **Выплаты**
   * Создание выплат
   * Информарция о выплате
   * Информация о балансе выплат
   * Уведомления (вебхуки)

API Repay обеспечивает безопасное и эффективное управление как входящими депозитами, так и исходящими выплатами, включая работу с балансовыми операциями и обработку событий в реальном времени через вебхуки.


---

# 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://apidocs.repay.bz/instrukciya-po-integracii-repay.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.
