1. Home
  2. Docs
  3. API
  4. unpairTerminal

unpairTerminal

The unPairTerminal method clears the pairing information for the terminal so that it can be paired to a different client account. Typically this is only used for development.

HTTP Request

1
https://velox360.com/services/api.asmx/unPairTerminal?key={Key}&password={Pwd}&terminalId={Id}

JSON Response (standard transaction response fields)

1
2
3
4
5
6
7
{
  "TerminalID": 1,
  "ApiKey": "",
  "ApiPassword": "",
  "Status": "Success",
  "ErrorMessage": null
}