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

# Jan 03 - Barte

> Estorno parcial

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 suporta estornos parciais!**

Clientes Malga que utilizam o provedor [Barte](/documentations/providers/barte) agora podem realizar
[estornos parciais de cobranças aprovadas](/api-reference/charges/estornar-cobranca-aprovada).

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

Continue acompanhando as novidades da Malga 🤓🎉
