Stripe 3D Authentication
Hi,
I am trying to use Stripe with a 3D enabled card but it's failed with authentication_required error
This is what I got from Stripe support
As you use payments intents, you would be able to use Stripe.Js or the mobile SDKs to handle 3DS and complete your customer's payment. You may check this link here with more information on this issue:
https://stripe.com/docs/payments/charges-api#payment-flowAnd here you can see how to use Payment Intents API and the way to use it in order to handle 3DS:
https://stripe.com/docs/payments/payment-intents
but how can I do that using Xamarin Forms?
Thanks,
Jassim