I am using flutter_stripe in fluter and when I am doing transaction and I am confirming the payment with the the below method
Stripe.instance.confirmPayment(paymentIntentClientSecret: 'my_client_seceret_key')
when.i am trying with visa and master card I am facing error like unable to authenticate and when I am trying with American Express card its working fine with it.
cant decide what's the issue with stripe support
Stripe Payment gateway issue
Stripe.instance.confirmPayment(paymentIntentClientSecret: 'my_client_seceret_key')
please follow the steps