-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
Flutter Stripe Web: issues with confirm payment #1637
Comments
Please post the full stacktrace - right now I'm not sure if it's a server-side or client-side issue |
|
Same issue on mobile, tested using
When we call:
|
Same issue with us_bank_account |
Yes, we've run into this issue as well. Would love to see a fix pushed soon! |
fix wil be released coming week |
Thank you for your work but the fix (version stripe_js 3.4.0) didn't change anything for me. Please refer to my comment what exactly the breaking case was.
Error was still:
Issue occurs on confirming a payment element created with two or more payment methods and there is still the error that sepaDebit is not the officially supported value by stripe and I get sepa_debit from the newly (and correctly) created payment intent. |
Could we please reopen the issue? It is not solved and a quick solution would be very helpful. Or should I open a new issue? |
hello, which version please |
Hello does anyone know how to implement Revolut payments in flutter |
I'm still getting this issue |
The fix from Fix #1681 is not released yet, I'm waiting for the fix too. Seems to be a bigger problem with probably more connected issues, don't know. |
Were you able to find a workaround? Seems strange to me that a breaking issue has not been fixed in months. |
We built a seperate payment method selection page in front of the payment page and in the server we then create a payment intent only for the given payment method, but obviously that's not as nice as directly selecting the pyament method in the payment sheet. I hope that helps, for us it does work that way. I hope the above mentioned fix works, but as it is not released yet, I wasn't able to test it (didn't have the time to manually get the fix into my build). |
Describe the bug
Since last week I had been getting new errors on flutter stripe web without any code changes.
The following code is what's triggering the error after a payment intent is created
Error:
It looks like the wrong payment method is selected incorrectly for web js implementation of this function. I only tested this using
4242...
card as well as a real credit card in production. Since it was working before just last week and same payment flutter code still works on android and iOS, I suspect there could be a bug or a API update that broke the implementation.To Reproduce
See above, I am using:
Expected behavior
Payment should go through like in iOS and Android without errors.
The text was updated successfully, but these errors were encountered: