mercadopago_sdk_dart icon indicating copy to clipboard operation
mercadopago_sdk_dart copied to clipboard

How do I create a card? No ```createCardToken``` found

Open LucaDillenburg opened this issue 3 years ago • 2 comments

I am developing a marketplace in Flutter using this package to access the MercadoPago API to build a Transparent Checkout. However, to add a card, I believe I need the createCardToken function. But it doesn't exist in the package, right? How should I implement the adding card feature?

LucaDillenburg avatar Dec 12 '21 18:12 LucaDillenburg

I am developing a marketplace in Flutter using this package to access the MercadoPago API to build a Transparent Checkout. However, to add a card, I believe I need the createCardToken function. But it doesn't exist in the package, right? How should I implement the adding card feature?

Same issue here, @LucaDillenburg have you solved this problem?

Cayke avatar Aug 08 '22 23:08 Cayke

Hi @Cayke . Check out MercadoPago().card.token(...) in my fork.

LucaDillenburg avatar Aug 15 '22 07:08 LucaDillenburg