How to integrate 3D secure on Xamarin.Forms with Stripe?

441 Views Asked by At

I had integrated a payment method with stripe on a Xamarin.Forms application that works only for payments that don't require 3D secure.

Today I'm looking to integrate the 3D secure part on my Xamarin.Forms application but the Stripe documentation does not provide any information for Xamarin.Forms.

For the moment my application create a TokenService before payment and then a ChargeService to make a payment.

0

There are 0 best solutions below