create Transaction
The createTransaction method creates an instance of Transaction through which the 3DS Requester App gets the data that is required to perform the transaction. The 3DS Requester App calls the createTransaction method for each transaction that is to be processed. When the createTransaction method is called:
- The 3DS SDK uses a secure random function to generate a Transaction ID in UUID format. This ID is used to uniquely identify each transaction.
- The 3DS SDK generates a fresh ephemeral key pair. This key pair is used to establish a secure session between the 3DS SDK and the ACS subsequently during the transaction.
Return
This method returns an instance of the Transaction interface.