> ## 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 03 - Exportação de Cobranças

> Novos campos de 3DSecure2

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 joao = {
  name: "João Filho",
  title: "Software Engineer",
  url: "https://github.com/drummerzzz",
  image: "https://github.com/joaofilho-plug.png"
};

<AuthorProfile author={joao} />

### **Exportação de Cobranças**

**Novos dados disponíveis na exportação de cobranças em CSV do Dashboard 🚀**

Agora é possível identificar transações criadas com [3DSecure2](/documentations/3ds2-malga/intro) diretamente nos relatórios. Adicionamos os seguintes campos:

| **Campo no Relatório (PT-BR)** | **Campo no Relatório (ENG-US)** |
| ------------------------------ | ------------------------------- |
| Resultado de autenticação      | Authentication result           |
| Análise de risco               | Risk analysis                   |
| Cobertura de risco             | Risk coverage                   |
| Autenticação                   | Authentication                  |
| Tipo de análise                | Analysis type                   |
| Tipo de autenticação           | Authentication type             |

#### Relatórios atualizados

<Check>
  Simples
</Check>

<Check>
  Completo
</Check>

Siga acompanhando as novidades! Até a próxima 🚀
