# Payout status

When it comes to payouts, keeping track of their progress is crucial. To do this effectively, it's important to understand the different transaction statuses associated with each payout. At Moneroo, we have categorized these statuses into two groups: transitional and final.

Here's a simple view of payout transaction statuses in the image below:

<figure><img src="/files/nkmQHwpywYQhREmbdkjy" alt=""><figcaption><p>Moneroo.io Payout Status</p></figcaption></figure>

To provide a clear overview of the payout transaction statuses, refer to the table below:

| Status      |     State     | Description                                                                                                  |
| ----------- | :-----------: | ------------------------------------------------------------------------------------------------------------ |
| `initiated` | Transactional | The payout transaction has been initiated and is currently in the queue, awaiting processing.                |
| `pending`   | Transactional | The payout transaction has been processed and is now waiting for a final status from the gateway or network. |
| `failed`    |     Final     | The transaction has failed, and this is its final status.                                                    |
| `success`   |     Final     | The transaction has been successfully completed, and this is its final status.                               |

By understanding these different payout transaction statuses, you'll be able to effectively monitor and manage your payouts with ease.


---

# 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.moneroo.io/payouts/payout-status.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.
