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

# Deposit statuses

This section describes the statuses displayed in the merchant dashboard for deposits.

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

  <tbody>
    { 'false' === 'true' && <tr><td>
        <Badge stroke shape="rounded" color="yellow">Verifying</Badge>
        </td><td>

        The transaction is being automatically checked for compliance.<br/>

        Based on the automated check results, the status will change to <Badge stroke shape="rounded" color="yellow">Processing</Badge> or <Badge stroke shape="rounded" color="red">Rejected</Badge>.


        </td></tr> }

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

      <td>
        The transaction is waiting for the required [number of confirmations](/confirmations-and-limits).<br />

        Once it gets the confirmations, the transaction will become <Badge stroke shape="rounded" color="green">Confirmed</Badge>.
      </td>
    </tr>

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

      <td>
        The transaction got the required [number of confirmations](/confirmations-and-limits). The funds are credited to the merchant's balance.
      </td>
    </tr>

    { 'false' === 'true' && <tr><td>
        <Badge stroke shape="rounded" color="red">Rejected</Badge>
        </td><td>

        The transaction is rejected after the compliance check.


        </td></tr> }

    <tr>
      <td>
        <Badge stroke shape="rounded" color="red">Failed</Badge>
      </td>

      <td>
        The transaction cannot be completed. The specific error is shown in the transaction's details panel on the **Transactions** tab.<br />

        One possible error is *"Deposited funds less than the lower limit"*, which refers to the minimum withdrawal limit from [Confirmations and limits](/confirmations-and-limits).
      </td>
    </tr>

    <tr>
      <td>
        <Badge stroke shape="rounded" color="red">Cancelled</Badge>
      </td>

      <td>
        The transaction was cancelled by AlphaPo due to some other error. The specific error is shown in the transaction's details panel on the **Transactions** tab.
      </td>
    </tr>
  </tbody>
</table>
