REST API
Terminal Connection Status
GET/v2/Common/TerminalStatus

Terminal Connection Status retrieves the current connection status of the payment terminal. All the responses have a consistent structure informing about the terminal state. See Error Codes and Messages.

Query Parameters

request.tpn
string
request.registerId
string
request.authkey
string
GET/v2/Common/TerminalStatus
1curl --location 'https://test.spinpos.net/v2/Common/TerminalStatus'
Response

// Awaiting response…

Sample response
{
  "TerminalStatus": "Offline",
  "Tpn": "",
  "ErrorDescription": ""
}