ThreeDS2Service

interface ThreeDS2Service

The ThreeDS2Service interface is the main 3DS SDK interface. It shall provide methods to process transactions.

Properties

Link copied to clipboard
abstract val sdkVersion: String
Link copied to clipboard
abstract val warnings: List<Warning>

Functions

Link copied to clipboard
abstract fun createTransaction(directoryServerID: String, messageVersion: String?): Transaction

The createTransaction method creates an instance of Transaction through which the app gets the data that is required to perform the transaction. The app calls the createTransaction method for each transaction that is to be processed. When the createTransaction method is called: