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

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

JSON Response (standard transaction response fields)

{
	"TerminalParameters": [{
		"Name": "EnableCreditDebitPrompt",
		"Value": "True",
		"DataType": "boolean"
	}],
	"ResultCode": "Success",
	"Message": ""
}

How can we help?