Flipdish · JSON Structure

Payments Get Receipt By Order Id Query Response Structure

GetReceiptByOrderIdQueryResponse schema from Flipdish API - Payments.

Type: object Properties: 10
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

PreviousOrder DepositReturnFeesSummary TsRequestedForLocal TsOrderPlacedLocal LogoUrl Address VatNumber PaymentMethodDescription OrgId CountryCode

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-get-receipt-by-order-id-query-response-structure.json",
  "name": "GetReceiptByOrderIdQueryResponse",
  "description": "GetReceiptByOrderIdQueryResponse schema from Flipdish API - Payments.",
  "type": "object",
  "properties": {
    "PreviousOrder": {
      "$ref": "#/components/schemas/PreviousOrder"
    },
    "DepositReturnFeesSummary": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DepositReturnFeesSummary"
      },
      "example": []
    },
    "TsRequestedForLocal": {
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    },
    "TsOrderPlacedLocal": {
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    },
    "LogoUrl": {
      "type": "string",
      "example": "https://api.flipdish.co/example"
    },
    "Address": {
      "type": "string",
      "example": "string"
    },
    "VatNumber": {
      "type": "string",
      "example": "string"
    },
    "PaymentMethodDescription": {
      "type": "string",
      "example": "string"
    },
    "OrgId": {
      "type": "string",
      "example": "500123"
    },
    "CountryCode": {
      "type": "string",
      "example": "IE"
    }
  }
}