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

# Mass payout statuses

This section describes the statuses displayed in the merchant dashboard for mass payouts.

<table class="m-0 [&_th]:text-left prose">
  <thead>
    <tr>
      <th>Status</th>
      <th>Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <Badge stroke shape="rounded" color="yellow">Transaction on moderation</Badge>
      </td>

      <td>
        Some or all transactions are <Badge stroke shape="rounded" color="yellow">Pending</Badge> and require manual moderation by the merchant team.
      </td>
    </tr>

    <tr>
      <td>
        <Badge stroke shape="rounded" color="yellow">Processing</Badge>
      </td>

      <td>
        Some or all transactions are still <Badge stroke shape="rounded" color="yellow">Processing</Badge>.
      </td>
    </tr>

    <tr>
      <td>
        <Badge stroke shape="rounded" color="green">Completed</Badge>
      </td>

      <td>
        All transactions are <Badge stroke shape="rounded" color="green">Confirmed</Badge>.
      </td>
    </tr>

    <tr>
      <td>
        <Badge stroke shape="rounded" color="red">Completed with errors</Badge>
      </td>

      <td>
        Some or all transactions failed. See [Retrying failed mass payouts](/mass-payouts/retrying).
      </td>
    </tr>
  </tbody>
</table>
