> ## 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 17, 2023 - Abertura de Disputa

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} />

**Notificações de Abertura de Disputa**
Para que você fique por dentro das disputas sendo abertas para suas transações, adicionamos suporte ao recebimento de notificações de abertura de disputa aos nossos webhooks! Agora, ao sermos notificados pelos provedores suportados, você também será notificado. Crie seu webhook para o evento de disputa!

<Tip>
  Features
  <Check>Adiciona o novo evento `dispute` no webhook da Malga</Check>
  <Check>Adiciona suporte a evento de abertura de disputa em: PagSeguro e Pagarme</Check>
</Tip>
