> For the complete documentation index, see [llms.txt](https://piqpay.gitbook.io/merchant-integration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://piqpay.gitbook.io/merchant-integration/ru/kollbek/statusy-orderov-vyvodov.md).

# Статусы ордеров/выводов

• PAYOUT\_CREATED (Нефинальный промежуточный, можно делать опрос и ждать изменения статуса)

• PAYOUT\_COMPLETED (финальный успех)

• PAYOUT\_CANCELLED (финальный неуспех)

• PAYOUT\_EXPIRED (финальный неуспех)

• PAYMENT\_ORDER\_EXPIRED (НЕфинальный неуспех, не нужно делать опрос, пришлем коллэк при изменении статуса)

• PAYMENT\_ORDER\_CANCELLED (НЕфинальный неуспех, не нужно делать опрос, пришлем коллбэк при изменении статуса)

• PAYMENT\_ORDER\_CREATED (Нефинальный промежуточный, можно делать опрос и ждать изменения статуса)

• PAYMENT\_ORDER\_COMPLETED (финальный успех)

\
По умолчанию обратный вызов отправляется на URL-адрес, указанный на вкладке "Subscriptions" в вашем бизнес-офисе. Если вы хотите получить обратный вызов на другой URL-адрес, укажите его в параметре "callbackUrl" в теле запроса.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://piqpay.gitbook.io/merchant-integration/ru/kollbek/statusy-orderov-vyvodov.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.
