# Статус платежа

Платежный документ может иметь 7 статусов:

<table data-header-hidden="false" data-header-sticky><thead><tr><th width="192">Обозначение в веб интерфейсе</th><th width="195">Обозначение в  API</th><th>Обозначение</th></tr></thead><tbody><tr><td><strong>Создан</strong></td><td>init</td><td>Платежный документ создан.</td></tr><tr><td><strong>В процессе</strong></td><td>process</td><td>Платежный документ обрабатывается системой «Алмаз-Онлайн»</td></tr><tr><td><strong>В обработке</strong></td><td>processing</td><td>Платежный документ обрабатывается системой банка</td></tr><tr><td><strong>Оплачен</strong></td><td>successful</td><td>Платежный документ успешно оплачен</td></tr><tr><td><strong>Отказ</strong></td><td>error</td><td>Банк отказал в проведении платежа</td></tr><tr><td>Ожидание</td><td>awaitingConfirmation</td><td>Ожидается подтверждение оплаты пользователем по СБП </td></tr><tr><td>Отмена</td><td>canceled</td><td>Оплата отменена пользователем при подтверждении платежа по СБП</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://almaz-online.gitbook.io/rukovodstvo-polzovatelya-po-rabote-v-sisteme/9.-razdel-menyu-platezhnye-dokumenty/status-platezha.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.
