Skip to content

Configuration

Terminal Configuration

Direction

Terminal -> Backend

Grab the configuration of terminal

Terminal Configuration Request

json
{
  "action": "terminals",
  "method": "configuration"
}

Terminal Configuration Response

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