On my Android
project, I have been given the task of implementing 3D-Secure
support using Stripe
. I see that the SDK
so far doesn’t have a facility to add a “3d_secure”
object to the card parameters. The iOS SDK
however, has a provision to do this on their native Card
object. Is there a similar facility for the Android SDK
in the works? Or is the only way I can go about this somehow creating a wrapper of my own for it?
Any help is appreciated.