Stripe: 3D-Secure on the Android SDK

1.3k views Asked by At

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.

0

There are 0 answers