Flipdish · Example Payload

Payments Get Receipt By Order Id Query Response Example

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Payments Get Receipt By Order Id Query Response Example is an example object payload from Flipdish, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PreviousOrderDepositReturnFeesSummaryTsRequestedForLocalTsOrderPlacedLocalLogoUrlAddressVatNumberPaymentMethodDescriptionOrgIdCountryCode

Example Payload

Raw ↑
{
  "PreviousOrder": "string",
  "DepositReturnFeesSummary": [],
  "TsRequestedForLocal": "2026-06-02T12:00:00Z",
  "TsOrderPlacedLocal": "2026-06-02T12:00:00Z",
  "LogoUrl": "https://api.flipdish.co/example",
  "Address": "string",
  "VatNumber": "string",
  "PaymentMethodDescription": "string",
  "OrgId": "500123",
  "CountryCode": "IE"
}