> ## 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 28, 2021 - Pix atrelado a customer

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 marcel = {
  name: " Marcel Nicolay",
  title: "CTO at Malga",
  url: "https://github.com/marcelnicolay",
  image: "https://github.com/marcelnicolay.png"
};

<AuthorProfile author={marcel} />

O release 2021-07-28 contém suporte a transação PIX com customer integrado e cadastro de id de pedido.

**Release 2021-07-28**

<Tip>
  Features

  1. Features adicionadas na versão 2021-07-28 da API de pagamento da Plug:
  2. Criação de transação com dados de customer integrado
  3. Criação de transação com orderId, id de pedido no lojista
</Tip>
