SDK API

Explore all API objects, methods, attributes and responses embedded within Fasstap SDK

SSMPOSSDK

This section documents the public API that the app could use for attestation, and transaction purposes.

SSMPOSSDKConfiguration.Builder

The SSMPOSSDKConfiguration is a configuration class that is used to configure the Fasstap™ MPOS SDK. This class does not have exposable API, but it contains Builder class that could be used to set the configuration value. The builder class will be discussed in the following section.

Transaction

This is the interface representation of transactional handling of Fasstap™ MPOS SDK. It provides API for to start transaction, etc. It also holds the transactional result codes while processing transactions. Upon initing the Fasstap™ MPOS SDK successfully, main project could then make API call via SSMPOSSDK.getInstance().getTransaction() to obtain the Transaction class and starts.