Local Connected
~8msPOS talks to the terminal over the LAN. Lowest latency, offline-capable.
http://terminal:8443A POS-facing API for certified EMV L2 payment terminals. Drive transactions through three connectivity models — local network, cloud relay, or embedded SDK — with orchestrated or granular acquirer flows.
Every endpoint in this reference works against both Local and Cloud base URLs with identical schemas, status codes, and semantics.
POS talks to the terminal over the LAN. Lowest latency, offline-capable.
http://terminal:8443POS routes through Atlas to the terminal over a persistent tunnel.
https://api.atlas-softpos.comDirect Kotlin SDK integration inside the merchant app.
sdk · kotlinThe terminal owns the full lifecycle. You make a single call to /v1/transaction/sale and wait for the result. The simplest path when you don't need to touch the acquirer yourself.
The terminal returns raw EMV chip data. Your POS routes the authorization, then calls /v1/transaction/complete. Enables multi-acquirer routing and store-and-forward.
Orchestrated financial operations where the terminal manages the full lifecycle.
POS-side acquirer routing — the terminal surfaces raw EMV chip data for custom authorization.
Query, poll, or abort transactions after they have been initiated.
Running totals and end-of-day settlement.
Display, input, and printer control for the terminal surface.
Real-time event streaming for transaction lifecycle observability.