-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payment with card #168
Comments
@TetrixGauss did u figure it out? |
@ezet can you hellp with a sample that shows how to tokenize the card? I was using the previous versions of the SDK and was using card. |
|
I would not recommend collecting card details or adding payment methods using this library anymore, as you will be required to fill in the SAC D form for PCI compliance, which is the strictest and most demanding requirements. I recommend using https://pub.dev/packages/flutter_stripe to add/manage/tokenize card details, and then you can use this library to build the rest of the payment flow. |
Thanks @ezet |
How can i create and send a payment with card through the package?
The text was updated successfully, but these errors were encountered: