Appearance
Link
Terminal Link
Direction
Terminal → POS
This signifies a terminal coming online and notifying the POS directly for validation.
json
{
"action": "terminals",
"method": "link",
"data": {
"PosId": ""
}
}Terminal Link Approval
Direction
POS → Terminal
The POS can approve or deny the link from the terminal.
json
{
"action": "terminals",
"method": "link",
"data": {
"PosId": "",
"TerminalId": "",
"Approved": true,
"Priority": 1
}
}