stripe_payment vs flutter_stripe #673
Unanswered
fabioselau077
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm facing same issue. It's not clear if it's possible to create a token on card details with flutter_stripe |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm migrating an old code where I use the deprecated stripe_payment plugin.
There I do as follows:
I checked in the documentation that the createTokenWithCard() method was replaced by createToken, but I'm having trouble knowing how to do the same steps I did in the other package.
I don't want to use that native Stripe widget (UI), I already have my widget ready to retrieve the card data.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions