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

# Nov 24, 2025 - Pix e Boleto na GETNET SEP

> Pix e Boleto na GETNET SEP

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 stefano = {
  name: "Stefano",
  title: "Software Engineer",
  url: "https://github.com/stefanosandes",
  image: "https://github.com/stefanosandes.png"
};

<div className="flex flex-row gap-4">
  <AuthorProfile author={stefano} />
</div>

Pix e Boleto estão disponíveis na integração da Malga com a GETNET SEP

Com essa atualização, você pode disponibilizar aos seus clientes os métodos de pagamento Boleto e Pix na sua integração com a GETNET SEP.
