Standalone3DSService
public enum Standalone3DSService
Standalone 3DS Service Factory is responsible for initializing SDK with configurations
-
The 3DS Requestor App calls the initialize method at the start of the payment stage of a transaction. The app passes configuration parameters to this method.
Declaration
Swift
public static func initialize(with configuration: ThreeDS2ServiceConfiguration, environment: Checkout3DS.Environment = .production) throws -> ThreeDS2ServiceParameters
configurationRequired parameters to initialize Standalone 3DS SDK. See [ThreeDS2ServiceConfiguration for more information.
Return Value
Return 3DS service instance.
ThreeDS2Service. See [ThreeDS2Service for more information. -
Undocumented
See moreDeclaration
Swift
public enum Constants