SDK Components
v1.0.0
SDK Components
Architecture Diagram

- POS creates a request object and sends it to the SDK for processing.
- SDK forwards the encoded request to the Smart Terminal for execution.
- Smart Terminal encrypts and sends the request payload to the MPOS server for backend processing.
- MPOS Server processes the request and returns an encrypted response payload to the Smart Terminal.
- Smart Terminal returns the response to the SDK.
- SDK decodes the response and sends the readable result back to the POS.
- POS displays the result (e.g., Approved, Failed, Timeout) to the user or cashier.