Flipdish · Example Payload

Customers User Order Summary Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Customers User Order Summary Example is an example object payload from Flipdish, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

OrderIdTsOrderPlacedUtcTsUpdateUtcRestaurantNameFoodAmountTipAmountTotalRestaurantAmountIsoCurrencyDeliveryTypeOrderStatePaymentAccountDescription

Example Payload

Raw ↑
{
  "OrderId": 500123,
  "TsOrderPlacedUtc": "2026-06-02T12:00:00Z",
  "TsUpdateUtc": "2026-06-02T12:00:00Z",
  "RestaurantName": "Example Name",
  "FoodAmount": 12.5,
  "TipAmount": 12.5,
  "TotalRestaurantAmount": 12.5,
  "IsoCurrency": "EUR",
  "DeliveryType": "string",
  "OrderState": "string",
  "PaymentAccountDescription": "string"
}