Flipdish · Example Payload

Payments Previous Order Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Payments Previous Order Example is an example object payload from Flipdish, with 24 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DeliveryTypeDeliveryLocationAddressStringPaymentAccountTypeOrderIdReceiptCodeRestaurantNameLocalOrderIdTableServiceCategoryPickupLocationOptionValueCustomerNamePhoneNumberInternationalFormatStringDeliveryInstructionsCurrencyProcessingFeeServiceChargePercentageServiceChargeAmountTipAmountDeliveryAmountDepositReturnFeeAmountTotalTaxTotalAmountItemsTaxRatesWhiteLabelId

Example Payload

Raw ↑
{
  "DeliveryType": "string",
  "DeliveryLocationAddressString": "string",
  "PaymentAccountType": "string",
  "OrderId": 500123,
  "ReceiptCode": "string",
  "RestaurantName": "Example Name",
  "LocalOrderId": "500123",
  "TableServiceCategory": "string",
  "PickupLocationOptionValue": "string",
  "CustomerName": "Example Name",
  "PhoneNumberInternationalFormatString": "+353000000000",
  "DeliveryInstructions": "string",
  "Currency": "EUR",
  "ProcessingFee": 12.5,
  "ServiceChargePercentage": 1.0,
  "ServiceChargeAmount": 12.5,
  "TipAmount": 12.5,
  "DeliveryAmount": 12.5,
  "DepositReturnFeeAmount": 12.5,
  "TotalTax": 12.5,
  "TotalAmount": 12.5,
  "Items": [],
  "TaxRates": [],
  "WhiteLabelId": 500123
}