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

# Sep 19 - Barte

> Pré-autorização e captura

export const AuthorProfile = ({author}) => <div className="flex flex-row gap-3 items-center">
    {author.image && <img src={author.image} 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 joao = {
  name: "João Filho",
  title: "Software Engineer",
  url: "https://github.com/drummerzzz",
  image: "https://github.com/joaofilho-plug.png"
};

<AuthorProfile author={joao} />

**Barte agora possui suporte à pré-autorização na Malga!🎉**

Estamos felizes em anunciar que o provedor [Barte](/documentations/providers/barte) agora suporta [pré-autorização e captura!](/api-reference/charges/capturar-cobranca-pre-autorizada)

<Info>
  Disponível apenas para o método de pagamento crédito.
</Info>

Continue acompanhando as novidades da Malga 🤓🎉
