> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pawapay.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Transaction statuses

All transactions on our platform can be in one of five possible statuses.

| Status              | Description                                                                                                                                                                                                           |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Completed`         | Transaction has been **successfully** processed. This is a **final** status and will not change.                                                                                                                      |
| `Failed`            | Transaction **failed** to process and no funds have been moved. This is a **final** status and will not change.                                                                                                       |
| `In reconciliation` | There was a problem processing this transaction, and it has been moved to our reconciliation engine to determine its final status. The transaction will be moved to its final status as soon as it’s been reconciled. |
| `Processing`        | The transaction is currently being processed.                                                                                                                                                                         |
| `Enqueued`          | The transaction has been **accepted** by us for processing but is currently **enqueued** and not being shared with the MMO. Transactions with this status can be manually cancelled on the transaction details page.  |

<Tip>
  Transaction statuses `Completed` and `Failed` are final statuses and will not change.
</Tip>
