Flipdish · JSON Structure

Payments Payout Report3 Store Payout Structure

PayoutReport3StorePayout schema from Flipdish API - Payments.

Type: object Properties: 8
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

PayoutReport3StorePayout 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

StoreId StoreName SummaryTotalPayout SummaryRevenue SummaryCashRevenue SummaryTotalFlipdishFees SummaryAdjustments Currency

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-store-payout-structure.json",
  "name": "PayoutReport3StorePayout",
  "description": "PayoutReport3StorePayout schema from Flipdish API - Payments.",
  "type": "object",
  "properties": {
    "StoreId": {
      "type": "int32",
      "example": 500123
    },
    "StoreName": {
      "type": "string",
      "example": "Example Name"
    },
    "SummaryTotalPayout": {
      "type": "double",
      "example": 12.5
    },
    "SummaryRevenue": {
      "type": "double",
      "example": 1.0
    },
    "SummaryCashRevenue": {
      "type": "double",
      "example": 1.0
    },
    "SummaryTotalFlipdishFees": {
      "type": "double",
      "example": 12.5
    },
    "SummaryAdjustments": {
      "type": "double",
      "example": 1.0
    },
    "Currency": {
      "type": "string",
      "example": "EUR"
    }
  }
}