Flipdish · JSON Structure

Payments Payout Report3 Details Flipdish Fees Structure

PayoutReport3DetailsFlipdishFees schema from Flipdish API - Payments.

Type: object Properties: 31
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

PayoutReport3DetailsFlipdishFees is a JSON Structure definition published by Flipdish, describing 31 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

WebAndAppCash WebAndAppCashRevenueIncludingTips WebAndAppCard WebAndAppCardRevenueIncludingTips KioskCash KioskCashRevenue KioskCard KioskCardRevenue QropCash QropCashRevenue QropCard QropCardRevenue PosCard PosCardRevenue PosCardOnFlipdishOrders OtherIntegrationFees OtherIntegrationFeesExcludingVat OtherIntegrationFeesVatAmount OtherIntegrationTips RefundedFeesOnRefundedSales Vat RefundedFeesOnPosSales Total ThirdPartyIntegrationFeesAndTips WebAndAppCardOnXOrders WebAndAppCashOnXOrders KioskCardOnXOrders KioskCashOnXOrders QropCardOnXOrders QropCashOnXOrders PosCardOnXOrders

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/payments-payout-report3-details-flipdish-fees-structure.json",
  "name": "PayoutReport3DetailsFlipdishFees",
  "description": "PayoutReport3DetailsFlipdishFees schema from Flipdish API - Payments.",
  "type": "object",
  "properties": {
    "WebAndAppCash": {
      "type": "double",
      "example": 1.0
    },
    "WebAndAppCashRevenueIncludingTips": {
      "type": "double",
      "example": 1.0
    },
    "WebAndAppCard": {
      "type": "double",
      "example": 1.0
    },
    "WebAndAppCardRevenueIncludingTips": {
      "type": "double",
      "example": 1.0
    },
    "KioskCash": {
      "type": "double",
      "example": 1.0
    },
    "KioskCashRevenue": {
      "type": "double",
      "example": 1.0
    },
    "KioskCard": {
      "type": "double",
      "example": 1.0
    },
    "KioskCardRevenue": {
      "type": "double",
      "example": 1.0
    },
    "QropCash": {
      "type": "double",
      "example": 1.0
    },
    "QropCashRevenue": {
      "type": "double",
      "example": 1.0
    },
    "QropCard": {
      "type": "double",
      "example": 1.0
    },
    "QropCardRevenue": {
      "type": "double",
      "example": 1.0
    },
    "PosCard": {
      "type": "double",
      "example": 1.0
    },
    "PosCardRevenue": {
      "type": "double",
      "example": 1.0
    },
    "PosCardOnFlipdishOrders": {
      "type": "double",
      "example": 1.0
    },
    "OtherIntegrationFees": {
      "type": "double",
      "example": 12.5
    },
    "OtherIntegrationFeesExcludingVat": {
      "type": "double",
      "example": 12.5
    },
    "OtherIntegrationFeesVatAmount": {
      "type": "double",
      "example": 12.5
    },
    "OtherIntegrationTips": {
      "type": "double",
      "example": 1.0
    },
    "RefundedFeesOnRefundedSales": {
      "type": "double",
      "example": 12.5
    },
    "Vat": {
      "type": "double",
      "example": 1.0
    },
    "RefundedFeesOnPosSales": {
      "type": "double",
      "example": 12.5
    },
    "Total": {
      "type": "double",
      "example": 12.5
    },
    "ThirdPartyIntegrationFeesAndTips": {
      "type": "double",
      "example": 12.5
    },
    "WebAndAppCardOnXOrders": {
      "type": "int32",
      "example": 1
    },
    "WebAndAppCashOnXOrders": {
      "type": "int32",
      "example": 1
    },
    "KioskCardOnXOrders": {
      "type": "int32",
      "example": 1
    },
    "KioskCashOnXOrders": {
      "type": "int32",
      "example": 1
    },
    "QropCardOnXOrders": {
      "type": "int32",
      "example": 1
    },
    "QropCashOnXOrders": {
      "type": "int32",
      "example": 1
    },
    "PosCardOnXOrders": {
      "type": "int32",
      "example": 1
    }
  }
}