> ## 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 quais status um pagamento pode assumir

<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">Valor</th>
      <th class="text-left p-2">Descrição</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td class="p-2">`processing`</td>
      <td class="p-2">Pagamento em processamento</td>
    </tr>

    <tr>
      <td class="p-2">`authorized`</td>
      <td class="p-2">Pagamento autorizado na adquirente</td>
    </tr>

    <tr>
      <td class="p-2">`paid`</td>
      <td class="p-2">Pagamento realizado</td>
    </tr>

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

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

    <tr>
      <td class="p-2">`refused`</td>
      <td class="p-2">Pagamento recusado</td>
    </tr>

    <tr>
      <td class="p-2">`antifraud`</td>
      <td class="p-2">Reprovado pelo antifraude</td>
    </tr>

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

    <tr>
      <td class="p-2">`checkout_abandoned`</td>
      <td class="p-2">Abandono de checkout</td>
    </tr>
  </tbody>
</table>
