# Payout status flow

| status     | Final state? | Description                                                                                                                                                                                   |
| ---------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| draft      | no           | A payout draft has been created. You will receive this status only when using [payout drafts](https://docs.txn.io/payouts/drafting-payout-optional) that must be confirmed within 30 seconds. |
| processing | no           | The payout request is being processed by the Txn platform. The transaction will be sent soon or it has been sent already and we are witing for the 1st confirmaton on blockchain.             |
| completed  | yes          | The payout request is completed - the transaction has received at least 1 confirmation on blochain.                                                                                           |
| cancelled  | yes          | The payout request was cancelled and will not proceed further.                                                                                                                                |

<figure><img src="https://1963856601-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgfUDRstNYYBTf2futZ28%2Fuploads%2FBm0BHgJSsf6A9mctVqBw%2Fimage.png?alt=media&#x26;token=4d597dd0-a1c8-42bd-99bf-9dcd71ef7956" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
In most cases, processing is instant. However, fringe cases—such as transactions requiring compliance review or situations where we need to rebalance liquidity for payouts - can cause a small delay.
{% endhint %}


---

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