Flipdish · Example Payload

Platform Customer Delivery Tracking Order Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Platform Customer Delivery Tracking Order Example is an example object payload from Flipdish, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

OrderIdAddressDeliveryNotesStorePhoneNumberAppIconUrlOrderTrackingCodePaymentMethodDescriptionLastFourDigitsOrderLinesTotalAmountCurrencyLatitudeLongitudePlacedRequestedForDriverIdDriverNameDriverImageEstimatedMinutesForDelivery

Example Payload

Raw ↑
{
  "OrderId": 500123,
  "Address": "string",
  "DeliveryNotes": "string",
  "StorePhoneNumber": "+353000000000",
  "AppIconUrl": "https://api.flipdish.co/example",
  "OrderTrackingCode": "string",
  "PaymentMethodDescription": "string",
  "LastFourDigits": "string",
  "OrderLines": [],
  "TotalAmount": 12.5,
  "Currency": "EUR",
  "Latitude": 1.0,
  "Longitude": 1.0,
  "Placed": "2026-06-02T12:00:00Z",
  "RequestedFor": "2026-06-02T12:00:00Z",
  "DriverId": 500123,
  "DriverName": "Example Name",
  "DriverImage": "string",
  "EstimatedMinutesForDelivery": 1
}