Transaction
Use this class to start a transaction with a mobileToken
that has previously been initialized with a server-to-server init call.
This class is the main class to start any operation with the SDK. After the transaction has been completed - regardless if successful or not - the listener
will be called with some basic information about the success or failure.
Parameters
The mobileToken that has previously been initialized with a server-to-server init call.
Constructors
Use this constructor to start the SDK with a mobile token and the provided card
for the transaction. Please note that this will only be used if you have direct access to the card information of your customers.
Use this constructor to start the SDK with a mobile token and a selection of one or more saved payment methods to display.
Use this constructor to start the SDK with a mobile token and a single saved payment method.
Use this constructor to start the SDK with a mobile token obtained after a server-to-server init call. After this class is initialized, you should define its listener and the options properties.