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

# Status de pagamento

> Veja os status de pagamento que uma transação pode assumir em nosso sistema

<table class="border border-gray-950/10 dark:border-white/10 rounded-lg table">
  <thead>
    <tr class="text-gray-950 bg-gray-50 dark:bg-white/5 dark:text-gray-50 w-full">
      <th class="text-left p-2">status</th>
      <th class="text-left p-2">formatted</th>
      <th class="text-left p-2">description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td class="p-2">**1**</td>
      <td class="p-2">`processing`</td>
      <td class="p-2">Em processamento</td>
    </tr>

    <tr>
      <td class="p-2">**2**</td>
      <td class="p-2">`authorized`</td>
      <td class="p-2">Autorizado</td>
    </tr>

    <tr>
      <td class="p-2">**3**</td>
      <td class="p-2">`paid`</td>
      <td class="p-2">Pago</td>
    </tr>

    <tr>
      <td class="p-2">**4**</td>
      <td class="p-2">`refunded`</td>
      <td class="p-2">Reembolsado</td>
    </tr>

    <tr>
      <td class="p-2">**5**</td>
      <td class="p-2">`waiting_payment`</td>
      <td class="p-2">Aguardando pagamento</td>
    </tr>

    <tr>
      <td class="p-2">**6**</td>
      <td class="p-2">`waiting_refund`</td>
      <td class="p-2">Aguardando reembolso</td>
    </tr>

    <tr>
      <td class="p-2">**7**</td>
      <td class="p-2">`refused`</td>
      <td class="p-2">Recusado</td>
    </tr>

    <tr>
      <td class="p-2">**8**</td>
      <td class="p-2">`chargeback`</td>
      <td class="p-2">Chargeback</td>
    </tr>

    <tr>
      <td class="p-2">**9**</td>
      <td class="p-2">`analyzing`</td>
      <td class="p-2">Em análise</td>
    </tr>

    <tr>
      <td class="p-2">**10**</td>
      <td class="p-2">`pending_review`</td>
      <td class="p-2">Aguardando análise</td>
    </tr>

    <tr>
      <td class="p-2">**11**</td>
      <td class="p-2">`antifraud`</td>
      <td class="p-2">Antifraude</td>
    </tr>

    <tr>
      <td class="p-2">**12**</td>
      <td class="p-2">`cancelled`</td>
      <td class="p-2">Cancelado</td>
    </tr>

    <tr>
      <td class="p-2">**99**</td>
      <td class="p-2">`checkout_abandoned`</td>
      <td class="p-2">Checkout abandonado</td>
    </tr>
  </tbody>
</table>
