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

# Aug 08, 2023 - Tokenização do CVV nas transações 🚀

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 leticia = {
  name: "Letícia Plácido",
  title: "Software Engineer",
  url: "https://github.com/letypbarbosa",
  image: "https://github.com/letypbarbosa.png"
};

<AuthorProfile author={leticia} />

Agora é possível realizar a tokenização do CVV e utilizar o token gerado nas transações.

Oferecendo mais segurança e proteção nas transações.

<Tip>
  SAIBA MAIS Saiba mais sobre a tokenização do CVV em [nossa
  documentação](/documentations/tokenization/token-cvv).
</Tip>

Siga acompanhando as novidades da Malga 🤓🎉
