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

# Aug 25, 2023 - Voucher com provedor Pagarme

export const AuthorProfile = ({author}) => <div className="flex flex-row gap-3 items-center">
    {author.image && <img src={author.image} alt={author.name} className="w-10 h-10 rounded-full m-0" />}
    <div>
      <a href={author.url}>{author.name}</a>
      <br />
      <span>{author.title}</span>
    </div>
  </div>;

export const fabio = {
  name: "Fábio Cereto",
  title: "Product Manager",
  url: "https://github.com/cereto",
  image: "https://github.com/cereto.png"
};

<AuthorProfile author={fabio} />

**Expansão de Recursos: Voucher com provedor Pagarme**

Estamos felizes em trazer uma atualização na nossa plataforma! Agora, é possível transacionar com voucher utilizando o provedor Pagarme na sua versão mais recente.

<Tip>
  SAIBA MAIS Saiba mais sobre as atualizações de Voucher em [nossa
  documentação](/documentations/payment-methods/voucher)
</Tip>

Siga acompanhando as novidades!
