Flipdish · JSON Structure

Payments Payout Report3 Refunded Order Structure

PayoutReport3RefundedOrder schema from Flipdish API - Payments.

Type: object Properties: 9
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

OrderId PlacedAtTime ModifiedAtTime StoreName Type RefundedAmount RefundedFees RefundType CashFeeRefundedToCustomer

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-refunded-order-structure.json",
  "name": "PayoutReport3RefundedOrder",
  "description": "PayoutReport3RefundedOrder schema from Flipdish API - Payments.",
  "type": "object",
  "properties": {
    "OrderId": {
      "type": "int32",
      "example": 500123
    },
    "PlacedAtTime": {
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    },
    "ModifiedAtTime": {
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    },
    "StoreName": {
      "type": "string",
      "example": "Example Name"
    },
    "Type": {
      "enum": [
        "Cash",
        "Card"
      ],
      "type": "string",
      "example": "Cash"
    },
    "RefundedAmount": {
      "type": "double",
      "example": 12.5
    },
    "RefundedFees": {
      "type": "double",
      "example": 12.5
    },
    "RefundType": {
      "type": "string",
      "example": "string"
    },
    "CashFeeRefundedToCustomer": {
      "type": "double",
      "example": 12.5
    }
  }
}