Flipdish · Example Payload

Devices Card Reader Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

IdDeviceSoftwareVersionSerialNumberStatusRegistrationCodeDeviceTypeDeletedAction

Example Payload

Raw ↑
{
  "Id": "500123",
  "DeviceSoftwareVersion": "string",
  "SerialNumber": "string",
  "Status": "Active",
  "RegistrationCode": "string",
  "DeviceType": "string",
  "Deleted": true,
  "Action": "string"
}