Flipdish · Example Payload

Payments Payout Report3 Store Payout Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Payments Payout Report3 Store Payout 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

StoreIdStoreNameSummaryTotalPayoutSummaryRevenueSummaryCashRevenueSummaryTotalFlipdishFeesSummaryAdjustmentsCurrency

Example Payload

Raw ↑
{
  "StoreId": 500123,
  "StoreName": "Example Name",
  "SummaryTotalPayout": 12.5,
  "SummaryRevenue": 1.0,
  "SummaryCashRevenue": 1.0,
  "SummaryTotalFlipdishFees": 12.5,
  "SummaryAdjustments": 1.0,
  "Currency": "EUR"
}