> ## 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 09, 2023 - Pix com a Adyen

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

**Atualização na Adyen**

Seguimos expandindo a cobertura de funcionalidade de nossas conexões! Hoje mais uma atualização da Adyen, agora é possível estornar cobranças de Pix através da nossa API.

<Tip>
  Melhorias
  <Check>Adicionamos suporte a estorno de Pix na Adyen</Check>
</Tip>

Continue nos acompanhando para mais novidades!
