Standalone3DSService
The Standalone3DSService is responsible for initializing SDK with configurations.
Types
Link copied to clipboard
object Companion
Holds session-level state shared across Standalone3DSService instances.
Functions
Link copied to clipboard
fun initialize(threeDS2ServiceConfiguration: ThreeDS2ServiceConfiguration): StandaloneResult<ThreeDS2Service, AuthenticationError>
Method to initialize the Standalone3DSService, passing the values from threeDS2ServiceConfiguration. The 3DS Requester App calls the initialize method at the start of the payment stage of a transaction. The app passes configParameters, UI configuration parameters, and (optionally) user locale to this method.