MineSec SoftPOS POS API
The white label MineSec SoftPOS App (MSA) provides two API ways to allow users to interact with the app:
- via App-to-app call (via Android's
Intent
)
note: caller app must be installed on the same device
- via RESTFUL API in local network
note: caller device must be in the same local network with SoftPOS app
With your app, usually the Merchant App
, POS App
, or the Business App
, you can initiate the following request:
- Activation request
- Warm up request
- Transaction request
- Enquiry request
- Settlement request