Adyen · Example Payload

Pos Terminal Get Terminal Details Response Example

PaymentsFinancial ServicesFintech

Pos Terminal Get Terminal Details Response Example is an example object payload from Adyen, with 25 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

bluetoothIpbluetoothMaccompanyAccountcountrydeviceModeldhcpEnableddisplayLabelethernetIpethernetMacfirmwareVersioniccidlastActivityDateTimelastTransactionDateTimelinkNegotiationmerchantAccountmerchantInventorypermanentTerminalIdserialNumbersimStatusstorestoreDetailsterminalterminalStatuswifiIpwifiMac

Example Payload

Raw ↑
{
  "bluetoothIp": "example_value",
  "bluetoothMac": "example_value",
  "companyAccount": "example_value",
  "country": "US",
  "deviceModel": "example_value",
  "dhcpEnabled": true,
  "displayLabel": "example_value",
  "ethernetIp": "example_value",
  "ethernetMac": "example_value",
  "firmwareVersion": "example_value",
  "iccid": "REF-500123",
  "lastActivityDateTime": "2025-03-15T14:30:00Z",
  "lastTransactionDateTime": "2025-03-15T14:30:00Z",
  "linkNegotiation": "example_value",
  "merchantAccount": "example_value",
  "merchantInventory": true,
  "permanentTerminalId": "REF-500123",
  "serialNumber": "example_value",
  "simStatus": "active",
  "store": "example_value",
  "storeDetails": "example_value",
  "terminal": "example_value",
  "terminalStatus": "OnlineLast1Day",
  "wifiIp": "example_value",
  "wifiMac": "example_value"
}