Flipdish · Example Payload

Payments Payout Store Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Payments Payout Store Example is an example object payload from Flipdish, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

StoreIdStoreNameAmountOnlineRevenueRevenueRevenueAdjustmentsFlipdishFeesChargebacksOtherChargesBalancePosRevenueThirdPartyFees

Example Payload

Raw ↑
{
  "StoreId": 500123,
  "StoreName": "Example Name",
  "Amount": 12.5,
  "OnlineRevenue": "string",
  "Revenue": "string",
  "RevenueAdjustments": "string",
  "FlipdishFees": "string",
  "Chargebacks": "string",
  "OtherCharges": "string",
  "Balance": "string",
  "PosRevenue": "string",
  "ThirdPartyFees": "string"
}