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

# Jul 29, 2025 - 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"
};

<AuthorProfile author={stefano} />

Lançamos a integração com o provedor GETNET SEP! Essa versão permite buscar transações pelo Id, o que facilita a vida dos nossos clientes e também diminui os problemas de transações inconsistentes, facilitando o trabalho da nossa Sonda!

<Tip>
  Features:

  1. Método de pagamento: crédito
  2. Zero Dollar
</Tip>
