Our mPOS solution is aimed at people who may not have access to (or requirement for) traditional POS hardware. With support for Android and iOS it makes taking payments on the go simple and hassle free.!
The first step in getting started is to pick your mPOS device from the following list of manufacturers. If you haven’t already, follow the links below to see details about your device.
See Installation instructions for your corresponding device.
Authenticate.
Use the code shown to send an initialization request to the server. This will authenticate with the %CompanyName gateway and retrieve settings required for operation.
Initialize the device.
Once the service has returned a successful authentication via OnSettingsRetrieved
you can now initialize the device. Use this code and wait for the device to connect.
Perform a transaction.
Once the device has connected via OnDeviceConnected
, simply send the amount required via a processSale
call and the device should prompt for a card. Presenting a valid card should result in an online message being sent to the bank a response from the SDK via onSaleResponse
and your first transaction processed!