API SDK Documentação - Cards
import { Malga } from 'malga' const malga = new Malga({ apiKey: '17a64c8f-a387-4682-bdd8-d280493715e0', clientId: 'd1d2b51a-0446-432a-b055-034518c2660e', }) await malga.cards.tokenization({ cvv: '170', })
{ tokenId: 'a666822c-a31c-43ba-aa5d-96daa9d91b6b' }
Was this page helpful?