eopeter / flutter_stripe_payment

Add Stripe Payments to Flutter Application
Other
29 stars 27 forks source link

Android: managed card_declined after 3D Secure #21

Closed alevittoria closed 4 years ago

alevittoria commented 4 years ago

OnActivityResult after the 3D Secure confirm request return as status RequiresPaymentMethod with an error inside and loops itself after the webview. This problem affects only the Android lib, on iOS the status is "failed" instead and returns an error message correctly. This code that I'm submitting resolves this issue but it's a workaround. The Stripe Android lib has a bug.