> ## 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.

# Métodos de pagamento

> Veja quais os métodos de pagamento existentes

<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">`credit_card`</td>
      <td class="p-2">Cartão</td>
    </tr>

    <tr>
      <td class="p-2">`billet`</td>
      <td class="p-2">Boleto bancário</td>
    </tr>

    <tr>
      <td class="p-2">`pix`</td>
      <td class="p-2">Pix</td>
    </tr>
  </tbody>
</table>
