# Transaction statuses

|        Code       |                         Naming                         |                                            Description                                            |
| :---------------: | :----------------------------------------------------: | :-----------------------------------------------------------------------------------------------: |
|        new        |                   Transaction created                  |                                  Status upon creating transaction                                 |
|     processed     |                 Transaction in progress                |           The user clicked on the "Pay" button. Transaction passed all validation steps.          |
|  threeds\_waiting | Transaction in wait for a response from the 3ds server |                                   Pending 3D-Secure verification                                  |
| threeds\_received |   Transaction received a response from the 3ds server  |                                 Response received from 3DS server                                 |
|       failed      |                   Transaction failed                   |             An error from the side of acquiring bank while conducting the transaction             |
|       refund      |                  Transaction refunded                  |                                A refund effected to the user's card                               |
|      canceled     |                  Transaction cancelled                 |                          Transaction rollback during double-stage payment                         |
|       retry       |              Transaction in repeat status              |          Repeated attempt of payment. In case of error in the input data made by the user         |
|      success      |           Transaction completed successfully           | Funds are debited from the user's card (Pay in). Funds are credited to the user's card (Pay out). |
|       holded      |            Transaction in the pending status           |                              Pending response from the acquiring bank                             |
|  refund\_waiting  |       Transaction in the status of pending refund      |                   The refund process initiated. The refund transaction pending.                   |
|     authorized    |                 Transaction authorized                 |                         Funds put on hold. Used for double-stage payment.                         |
|       error       |        An error occurred during the transaction        |                                Error during transaction processing                                |


---

# 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/eng/acquiring/transaction-statuses.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.
