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

setTerminalConfiguration

Some terminals allow for additional features to be enabled or disabled based on the terminal type. For instance, on Dejavoo terminals, you can enable a credit debit prompt.

Not all parameters are valid on all terminals and this list will expand as capabilities are added.

Dejavoo
EnableCreditDebitPrompt (True or False) Will prompt the user to select credit or debit

Pax
PaxGetSignature (True or False) – Will prompt for a signature after an approved transaction and add the result to the transaction response.

All Terminals
WebHookUrl – This is not publicly available yet.

HTTP Request

1
https://velox360.com/services/api.asmx/setTerminalConfiguration?key={Key}&password={pwd}&terminalId={Id}&optionName=EnableCreditDebitPrompt&optionValue=True

JSON Response (standard transaction response fields)

1
2
3
4
{
"ResultCode":"Success",
"Message":"Operation has been done successfully"
}