flutter_stripe_payment icon indicating copy to clipboard operation
flutter_stripe_payment copied to clipboard

How can I implement the 3D secure authentication?

Open BansookNam opened this issue 5 years ago • 6 comments

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!

스크린샷 2020-08-03 오후 3 05 30

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

BansookNam avatar Aug 03 '20 06:08 BansookNam

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!

스크린샷 2020-08-03 오후 3 05 30

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

eyoeldefare avatar Aug 10 '20 14:08 eyoeldefare

did you get a solution for 3D secure? When I try a 3d secure card I get a authenticationFailed error.

p02diada avatar Sep 29 '20 09:09 p02diada

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

ghivert avatar Nov 19 '20 16:11 ghivert

Hi guys,

Any of you managed to get this working?

billymahmood avatar Jan 21 '21 16:01 billymahmood

Hey guys, also looking for a solution... Could anyone make it work? Thanks

marcusrohden avatar Mar 30 '21 11:03 marcusrohden

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?

ghivert avatar Mar 31 '21 12:03 ghivert