Terminal Connection Status
GET
/v2/Common/TerminalStatusTerminal 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
stringrequest.registerId
stringrequest.authkey
stringGET/v2/Common/TerminalStatus
1curl --location 'https://test.spinpos.net/v2/Common/TerminalStatus'
Response
// Awaiting response…
Sample response
{
"TerminalStatus": "Offline",
"Tpn": "",
"ErrorDescription": ""
}