Skip to content

Register

Terminal Register

Direction

Backend POS

Automatically sent from the backend when a terminal successfully registers with the HTTPS endpoint. The POS device must approve the terminal registration for it to be able to connect to the WSS API.

json
{
  "action": "terminals",
  "method": "register",
  "data": {
    "PosId": "",
    "TerminalId": "",
    "SerialNumber": ""
  }
}