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
I am using a Stripe's PHP and with HttpClient in C#
It's your back-end server, right? If you want to implement it on mobile client , you have to use the SDK or run
Stripe.js
in a WebView. To use the SDK, I'm afraid you have to Binding iOS Libraries and Binding a Java Library, you could refer tohttps://stackoverflow.com/questions/61924620/accepting-payments-in-xamarin-forms-with-stripes-payment-intent-api
https://stackoverflow.com/questions/63816435/payments-using-stripe-on-xamarin-forms
It's also suggested that you could connect stripe developers for help.