# Status

When initiating payments, monitoring the transaction statuses allows you to track their progress effectively. This section will help you understand the meaning of each transaction status at Moneroo.

Each payment stage processed through our platform is marked with a specific transaction status. These statuses are categorized into two groups: **transitional** and **final**.

#### Simple View of Payment Transaction Statuses

<figure><img src="/files/rex7vjOqRzsrUycLxiiV" alt=""><figcaption><p>Moneroo payment transaction state</p></figcaption></figure>

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

<table><thead><tr><th width="165.33333333333331">Status</th><th width="144" align="center">State</th><th>Description</th></tr></thead><tbody><tr><td><code>initiated</code></td><td align="center">Transactional</td><td>Transaction has been initiated and is awaiting customer to complete the payment on checkout page.</td></tr><tr><td><code>pending</code></td><td align="center">Transactional</td><td>Customer started the payment process, but it is not completed yet.</td></tr><tr><td><code>cancelled</code></td><td align="center">Final</td><td>Transaction has been cancelled. This is a final status.</td></tr><tr><td><code>failed</code></td><td align="center">Final</td><td>Transaction has failed. This is a final status.</td></tr><tr><td><code>success</code></td><td align="center">Final</td><td>Transaction has been successfully completed. This is a final status.</td></tr></tbody></table>


---

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