Flipdish · Example Payload

Stores Service Charge Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Stores Service Charge Example is an example object payload from Flipdish, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

StoreIdPercentageValueEnabledIsOptionalDisplayWithProcessingFeeIncludesVouchers

Example Payload

Raw ↑
{
  "StoreId": 500123,
  "PercentageValue": 1.0,
  "Enabled": true,
  "IsOptional": true,
  "DisplayWithProcessingFee": true,
  "IncludesVouchers": true
}