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

# Payout Status

This page provides an overview of the payout process on Yuno, along with a detailed workflow and corresponding status information. Each status represents a specific stage in the payout process, from creation to completion or cancellation. You can always refer to the [transaction details](/reference/transaction) for more details about the order and the payment interactions.

## Workflow

For every implementation, we recommend taking the payout `status` as the main reference for the payout's state. A payout could have different transactions associated with it. Therefore, by focusing on the payout `status`, you can have the latest state regardless of how many transactions were made, giving you a clear input for decision making. The image below presents the payout state machine.

<Frame>
  <img src="https://mintcdn.com/yuno-3979e326/MTlogjS0_SlxtlJG/images/reference/payout-workflow/image1.png?fit=max&auto=format&n=MTlogjS0_SlxtlJG&q=85&s=779c535e47963f73978e5cab5f32fccb" width="2106" height="1416" data-path="images/reference/payout-workflow/image1.png" />
</Frame>

## Payout status

The following table presents all `status` and `response_code` you will find when handling payouts with the Yuno system. In addition, you will find the relation of `status`/`response_code` with the transaction status of the payout process.

| Status      | Response code                   | Description                                                                                                                                                                             |
| ----------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `CREATED`   | `CREATED`                       | Initial state when a payout is created. It is an internal state.                                                                                                                        |
| `PENDING`   | `PENDING_PROVIDER_CONFIRMATION` | The payout has been delivered to the provider and is being analyzed.                                                                                                                    |
| `PENDING`   | `AUTHORIZED`                    | The payout has been delivered to the provider, its authorized and its waiting merchant's confirmation to release the transaction. Only available for certain providers that support it. |
| `SUCCEEDED` | `SUCCEEDED`                     | The payout was successfully completed.                                                                                                                                                  |
| `REJECTED`  | `REJECTED`                      | Payout rejected by Yuno. Please review the request fields.                                                                                                                              |
| `DECLINED`  | `DECLINED`                      | The provider declined the payout.                                                                                                                                                       |
| `ERROR`     | `ERROR`                         | Error.                                                                                                                                                                                  |
