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

| Код статуса | Сообщение                              | Описание                                                            | Финальность                                           |
| ----------- | -------------------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------- |
| 1           | Transaction created                    | Транзакция создана(промежуточная)                                   | Нет                                                   |
| 2           | Transaction successfully processed     | Транзакция успешно проведена                                        | Да                                                    |
| 3           | Transaction was canceled by user       | Транзакция отменена пользователем                                   | Да                                                    |
| 4           | Transaction was failed                 | Транзакция завершена неуспешно                                      | Да                                                    |
| 5           | Transaction holded by service provider | Транзакция проводится на стороне поставщика услуг                   | Нет                                                   |
| 6           | Transaction finished with error        | Транзакция завершена с ошибкой                                      | Необходимо дополнительно запрашивать статус вручную\* |
| 7           | Транзакция находится в обработке       | Транзакция находится в обработке, будет завершена в течении времени | Нет                                                   |

**\*Транзакции со статус кодом 6 нужно запрашивать дополнительно у технической поддержки. Почта технической поддержки -&#x20;*****<support@tarlanpayments.kz>***


---

# 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.tarlanpayments.kz/agws/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.
