flutter_stripe_payment
flutter_stripe_payment copied to clipboard
How can I implement the 3D secure authentication?
I want to use extra parameter for "confirmSetupIntent" method.
I read some closed issue relating 3D secure and document for this. But I cannot find the parameter in the method.
Please help. Thank you for the great plugin by the way!
reference. https://stripe.com/docs/api/setup_intents/confirm#confirm_setup_intent-payment_method_options-card-request_three_d_secure
https://github.com/jonasbark/flutter_stripe_payment/issues/35
I want to use extra parameter for "confirmSetupIntent" method.
I read some closed issue relating 3D secure and document for this. But I cannot find the parameter in the method.
Please help. Thank you for the great plugin by the way!
![]()
reference. https://stripe.com/docs/api/setup_intents/confirm#confirm_setup_intent-payment_method_options-card-request_three_d_secure
#35
I don't think the channel supports 3D yet, for more info, take a look at this https://tipsi.github.io/tipsi-stripe/docs/source.html
did you get a solution for 3D secure? When I try a 3d secure card I get a authenticationFailed error.
Hey !
Same for me here. Is there any way? The only thing I got working is when using paymentRequestWithCardForm, but otherwise I only got authenticationFailed…
Hi guys,
Any of you managed to get this working?
Hey guys, also looking for a solution... Could anyone make it work? Thanks
Mysteriously, my customers told me some cards activated the 3D Secure, some not. So sometimes, the payment is OK (with 3D Secure) sometimes it's not. I don't have any idea why it's working or not, because I didn't change any line of code since my last post. Maybe try with another card?