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

# Dez 13 - 3DSecure2 Agnóstico

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 diego = {
  name: "Diego Saouda",
  title: "Staff Software Engineer",
  url: "https://github.com/diego-malga",
  image: "https://github.com/diego-malga.png"
};

export const alberto = {
  name: "Alberto Martins",
  title: "Software Engineer",
  url: "https://github.com/albertomalga",
  image: "https://github.com/albertomalga.png"
};

export const tiago = {
  name: "Tiago Aro",
  title: "Tech Lead",
  url: "https://github.com/tgaro",
  image: "https://github.com/tgaro.png"
};

export const eny = {
  name: "Eny Martins",
  title: "Software Engineer",
  image: "https://github.com/enymartins.png",
  url: "https://github.com/enymartins"
};

export const lari = {
  name: "Lari",
  title: "Software Engineer",
  url: "https://github.com/lariane-guerra",
  image: "https://github.com/lariane-guerra.png"
};

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

    <AuthorProfile author={eny} />

    <AuthorProfile author={tiago} />
  </div>

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

    <AuthorProfile author={diego} />
  </div>
</div>

Agora você pode contar com o 3DS2 Agnóstico na Malga! Sendo uma evolução do 3DS2 tradicional, esta nova funcionalidade torna o processo de autenticação mais flexível, garantindo compatibilidade com diferentes provedores de pagamento e permitindo fluxos customizados, com retentativas sem a necessidade de uma nova autenticação.

<img className="block dark:hidden" src="https://mintcdn.com/malga/UNwWMYGJx-7zc-IL/assets/images/release/2024-12-13/1-light.png?fit=max&auto=format&n=UNwWMYGJx-7zc-IL&q=85&s=cef3a28a21ed432ae9e85cd96bc70dd0" width="1619" height="955" data-path="assets/images/release/2024-12-13/1-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/malga/UNwWMYGJx-7zc-IL/assets/images/release/2024-12-13/1-dark.png?fit=max&auto=format&n=UNwWMYGJx-7zc-IL&q=85&s=2e9910b3dd77efc153577ec5554862b8" width="1618" height="955" data-path="assets/images/release/2024-12-13/1-dark.png" />

O 3DS2 é um protocolo de autenticação que adiciona uma camada extra de segurança às transações online. Ele verifica a identidade do comprador durante o pagamento, transferindo a responsabilidade de chargebacks por fraude para o banco emissor. Com o 3DS2 Agnóstico da Malga, a sua empresa tem uma solução de combate à fraude sem ficar dependente de um único provedor.

Para mais informações confira a nossa [documentação completa](/documentations/3ds2-malga/intro).

Se tiver qualquer dúvida, entre em contato com o nosso time de suporte. Até mais! 🚀
