Logo
Adyen APIs API Documentation

Get information about a specific terminal

POST {{baseUrl}}/getTerminalDetails

Returns the details of a payment terminal, including where the terminal is assigned to. The response returns the same details that are provided in the terminal list in your Customer Area and in the Terminal Fleet report.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "companyAccount" : "YOUR_COMPANY_ACCOUNT", "merchantAccount" : "YOUR_MERCHANT_ACCOUNT", "merchantInventory" : false, "store" : "YOUR_STORE", "terminal" : "M400-401972715", "deviceModel" : "M400", "serialNumber" : "401-972-715", "permanentTerminalId" : "88912016", "terminalStatus" : "SwitchedOff", "firmwareVersion" : "Verifone_VOS 1.57.6", "country" : "NETHERLANDS", "storeDetails" : { "store" : "YOUR_STORE", "description" : "TestStore", "address" : { "city" : "The City", "countryCode" : "NL", "postalCode" : "1234", "streetAddress" : "The Street" } }, "ethernetMac" : "60:c7:98:5a:69:cd", "ethernetIp" : "192.168.2.11", "wifiMac" : "c4:ac:59:47:f3:71", "wifiIp" : "192.168.2.12", "dhcpEnabled" : false }



Curl
curl -X POST 'https://postfmapi-test.adyen.com/postfmapi/terminal/v1/getTerminalDetails' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"terminal":"M400-401972715"}'

ENDPOINTS