Flipdish · Example Payload

Orders Update Tip Configuration Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Orders Update Tip Configuration 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

IsEnabledAllowCustomTipsAllowRoundUpAllowEmojisPercentagesDefaultPercentage

Example Payload

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