# Статусы транзакций.

<mark style="color:orange;background-color:orange;">**Pending**</mark>\
Транзакция находится в процессе обработки. Средства на счёте временно зарезервированы (захолдированы), но списание от платёжной системы ещё не поступило.

<mark style="color:green;background-color:green;">**Completed**</mark>\
Транзакция завершена. Платёжная система подтвердила списание и средства успешно сняты со счёта.

<mark style="color:purple;background-color:purple;">**Refund**</mark>\
Мерчант вернул средства. Рефанд поступил на счёт.

<mark style="color:red;background-color:red;">**Declined**</mark>\
Транзакция отклонена мерчантом. Списания не было.

<mark style="color:red;background-color:red;">**Canceled**</mark>\
Транзакция отменена, средства на счёте освобождены (расхолдированы). Списания не было.


---

# 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://docs.fbm-pay.com/tranzakcii/statusy-tranzakcii..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.
