# Платежи

Данный раздел поможет вам отслеживать платежи ваших пользователей.

<figure><img src="/files/TPcWN2MDgH77QS6aScGX" alt=""><figcaption></figcaption></figure>

1. Поиск - вы можете найти платежи определенного пользователя, по steamID 64 или по id платежа (id платежа вы можете найти в личном кабинете monopay.ru. Пример такого ид - 595bd6c6-5ef7-46ce-9669-48ff80601286)
2. Сумма - это та сумма, на которую создавался платеж, и в случае успеха был начислен.
3. Профит - сумма которая была начислена пользователю.
4. ID платежа - уникальный id который присваивается к операции.
5. Пользователь который совершил операцию.
6. Статус платежа успех/отменен
7. Действие, вы можете выгрузить большой объем информации в json для подробного отчета.


---

# 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://guide-autodonate.magicbyte.ru/magazin/platezhi.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.
