Flipdish · Example Payload

Payments Payout Report3 Details Flipdish Fees Example

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

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

Top-level fields

WebAndAppCashWebAndAppCashRevenueIncludingTipsWebAndAppCardWebAndAppCardRevenueIncludingTipsKioskCashKioskCashRevenueKioskCardKioskCardRevenueQropCashQropCashRevenueQropCardQropCardRevenuePosCardPosCardRevenuePosCardOnFlipdishOrdersOtherIntegrationFeesOtherIntegrationFeesExcludingVatOtherIntegrationFeesVatAmountOtherIntegrationTipsRefundedFeesOnRefundedSalesVatRefundedFeesOnPosSalesTotalThirdPartyIntegrationFeesAndTipsWebAndAppCardOnXOrdersWebAndAppCashOnXOrdersKioskCardOnXOrdersKioskCashOnXOrdersQropCardOnXOrdersQropCashOnXOrdersPosCardOnXOrders

Example Payload

Raw ↑
{
  "WebAndAppCash": 1.0,
  "WebAndAppCashRevenueIncludingTips": 1.0,
  "WebAndAppCard": 1.0,
  "WebAndAppCardRevenueIncludingTips": 1.0,
  "KioskCash": 1.0,
  "KioskCashRevenue": 1.0,
  "KioskCard": 1.0,
  "KioskCardRevenue": 1.0,
  "QropCash": 1.0,
  "QropCashRevenue": 1.0,
  "QropCard": 1.0,
  "QropCardRevenue": 1.0,
  "PosCard": 1.0,
  "PosCardRevenue": 1.0,
  "PosCardOnFlipdishOrders": 1.0,
  "OtherIntegrationFees": 12.5,
  "OtherIntegrationFeesExcludingVat": 12.5,
  "OtherIntegrationFeesVatAmount": 12.5,
  "OtherIntegrationTips": 1.0,
  "RefundedFeesOnRefundedSales": 12.5,
  "Vat": 1.0,
  "RefundedFeesOnPosSales": 12.5,
  "Total": 12.5,
  "ThirdPartyIntegrationFeesAndTips": 12.5,
  "WebAndAppCardOnXOrders": 1,
  "WebAndAppCashOnXOrders": 1,
  "KioskCardOnXOrders": 1,
  "KioskCashOnXOrders": 1,
  "QropCardOnXOrders": 1,
  "QropCashOnXOrders": 1,
  "PosCardOnXOrders": 1
}