> For the complete documentation index, see [llms.txt](https://docs.tarlanpayments.kz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tarlanpayments.kz/eng/acquiring/transaction-statuses.md).

# 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                                |
