BMKeros / mercadopago_sdk_dart

MercadoPago Dart SDK
MIT License
31 stars 9 forks source link

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

Open LucaDillenburg opened 2 years ago

LucaDillenburg commented 2 years ago

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?

Cayke commented 2 years ago

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?

LucaDillenburg commented 2 years ago

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