Activate


Before using the Traditional myPOS device for the first time the Android SDK has to initiate Terminal activation, which will setup terminal for processing transaction, setting up a Terminal ID, Merchant ID etc.

mPOSHandler.activate();

 

Update terminal software


Each time terminal processing transaction, processor host checks for existing pending updates, and inform terminal if any. In that case by this method software update is activated, and terminal is going in the update mode.

mPOSHandler.update();

 

Deactivate terminal


mPOSHandler.deactivate();