# Информация по платежу

Запрос:

<mark style="color:green;">`POST`</mark> <https://lk.cactuspay.pro/api/?method=get>

`application/json`

<table><thead><tr><th width="169">Имя</th><th width="121">Тип</th><th>Описание</th></tr></thead><tbody><tr><td>token <mark style="color:red;"><code>*</code></mark></td><td>STRING</td><td>Ключ вашего магазина, держите его в секрете</td></tr><tr><td>order_id <mark style="color:red;"><code>*</code></mark></td><td>STRING</td><td>Уникальный номер платежа в вашей системе</td></tr></tbody></table>

Ответ вы получите:\
\*Данные находятся в response\*

`application/json`

<table><thead><tr><th width="169">Имя</th><th width="121">Тип</th><th>Описание</th></tr></thead><tbody><tr><td>id</td><td>NUMBER</td><td>Уникальный номер платежа в нашей системе</td></tr><tr><td>order_id</td><td>STRING</td><td>Уникальный номер платежа в вашей системе</td></tr><tr><td>amount</td><td>STRING</td><td>Сумма платежа</td></tr><tr><td>status</td><td>STRING</td><td>Статус платежа: ACCEPT, WAIT</td></tr></tbody></table>


---

# 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://wiki.cactuspay.pro/dobro-pozhalovat/api/informaciya-po-platezhu.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.
