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

getTerminalConfiguration

This method will return the current values for any parameters that have been set using the setTerminalConfiguration method.

HTTP Request

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

JSON Response (standard transaction response fields)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "TerminalParameters": [{
        "Name": "EnableCreditDebitPrompt",
        "Value": "True",
        "DataType": "boolean"
    },
    {
        "Name": "WebHookUrl",
        "Value": "http://xxx.com/WebhookTester",
        "DataType": "string"
    }],
    "ResultCode": "Success",
    "Message": ""
}