Flipdish · JSON Structure

Payments Payout Report3 Details Summary Structure

PayoutReport3DetailsSummary schema from Flipdish API - Payments.

Type: object Properties: 8
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Revenue RevenueOfWhichCash UnpaidRevenue RevenueForFeeCalculations FlipdishFees Adjustments ThirdPartyIntegrationFeesAndTips Total

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-summary-structure.json",
  "name": "PayoutReport3DetailsSummary",
  "description": "PayoutReport3DetailsSummary schema from Flipdish API - Payments.",
  "type": "object",
  "properties": {
    "Revenue": {
      "type": "double",
      "example": 1.0
    },
    "RevenueOfWhichCash": {
      "type": "double",
      "example": 1.0
    },
    "UnpaidRevenue": {
      "type": "double",
      "example": 1.0
    },
    "RevenueForFeeCalculations": {
      "type": "double",
      "example": 12.5
    },
    "FlipdishFees": {
      "type": "double",
      "example": 12.5
    },
    "Adjustments": {
      "type": "double",
      "example": 1.0
    },
    "ThirdPartyIntegrationFeesAndTips": {
      "type": "double",
      "example": 12.5
    },
    "Total": {
      "type": "double",
      "example": 12.5
    }
  }
}