Flipdish · Example Payload

Devices Bluetooth Terminal Status Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Devices Bluetooth Terminal Status Example is an example object payload from Flipdish, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

SerialNumberSoftwareVersionDeviceTypeStatusBatteryLevelUpdateTimeReaderId

Example Payload

Raw ↑
{
  "SerialNumber": "string",
  "SoftwareVersion": "string",
  "DeviceType": "CHIPPER_2X",
  "Status": "Not_Connected",
  "BatteryLevel": 1.0,
  "UpdateTime": "2026-06-02T12:00:00Z",
  "ReaderId": "500123"
}