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


---

# 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.inqud.com/mass-payout/statuses-list.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.
