Unable to authenticate your payment method in stripe 3d secure

569 views Asked by At

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

1

There are 1 answers

1
Bhautik R On

Stripe Payment gateway issue

Stripe.instance.confirmPayment(paymentIntentClientSecret: 'my_client_seceret_key')

please follow the steps

  • Check API Key and Version:
  • Enable Payment Methods:
  • Check Test Card Numbers:
  • Inspect Error Messages:
  • Check Webhooks:
  • Verify Integration Code:
  • Review Stripe Dashboard Logs:
  • Contact Stripe Support: