Establishing Terminal Connection
v1.0.0
Establishing reliable links for seamless transactions.
Establishing Terminal Connection
Establishing reliable links for seamless transactions.
After initializing the SDK, the next step is to establish and verify a connection with the Smart Terminal. The SDK handles the communication process and returns the connection status to the POS application. This confirmation ensures that the terminal is ready and available for processing upcoming transactions
Sequence Flow
For more information about terminal connection, please refer to Terminal Connection.
Process Flow
- The POS application triggers the connection process by invoking the connect() function provided by the SDK.
- The SDK attempts to establish communication with the Smart Terminal via the connect() method.
- The Smart Terminal returns a response indicating the connection status.
Successful The SDK notifies the POS application that the connection has been established. Fails The SDK informs the POS application of the failure, allowing it to handle the error accordingly