# Statuses list

After processing, the Batch receives its final status — **COMPLETED**, **FAILED**, or **PARTIAL\_COMPLETED**.

* **COMPLETED:** All transactions were processed successfully.
* **FAILED:** All transactions failed.
* **PARTIAL\_COMPLETED:** Some transactions succeeded, others failed.

In the **Actual Paid** block, the final amounts paid by the user are displayed per currency.

### **Order Statuses**

| **Status**           | **Description**                                               |
| -------------------- | ------------------------------------------------------------- |
| **VALIDATION**       | The order is created and validation is in progress.           |
| **READY TO PROCESS** | The order passed validation and is ready for processing.      |
| **REJECTED**         | The order failed validation (invalid currency, amount, etc.). |
| **PROCESSING**       | The order is currently being processed.                       |
| **FAILED**           | Processing failed due to a technical or blockchain error.     |
| **SUCCESS**          | The order was successfully completed.                         |

### **Batch Statuses**

| **Status**                       | **Description**                                               |
| -------------------------------- | ------------------------------------------------------------- |
| **VALIDATION**                   | The Batch is created and validation is in progress.           |
| **VALIDATED (READY TO APPROVE)** | All orders completed validation; Batch is ready for approval. |
| **REJECTED**                     | The Batch was rejected due to validation failures.            |
| **RECALCULATION\_REQUIRED**      | Validation expired or data changed; revalidation is required. |
| **APPROVED**                     | The Batch was approved and awaits processing.                 |
| **PROCESSING**                   | The Batch is currently being processed.                       |
| **COMPLETED**                    | The Batch was fully processed, all transactions successful.   |
| **FAILED**                       | The Batch was processed but all transactions failed.          |
| **PARTIAL\_COMPLETED**           | The Batch was processed, but some transactions failed.        |
