Flipdish · Example Payload

Orders Tip Configuration Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Orders Tip Configuration Example is an example object payload from Flipdish, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

StoreIdIsEnabledAllowCustomTipsAllowRoundUpAllowEmojisPercentagesDefaultPercentage

Example Payload

Raw ↑
{
  "StoreId": 500123,
  "IsEnabled": true,
  "AllowCustomTips": true,
  "AllowRoundUp": true,
  "AllowEmojis": true,
  "Percentages": [
    1.0
  ],
  "DefaultPercentage": 1.0
}