Flipdish · Example Payload

Customers User Monthly Commission Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Customers User Monthly Commission Example is an example object payload from Flipdish, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

UserIdMonthStartCommissionAmountCurrencyIsoCurrency

Example Payload

Raw ↑
{
  "UserId": 500123,
  "MonthStart": "2026-06-02T12:00:00Z",
  "CommissionAmount": 12.5,
  "Currency": "EUR",
  "IsoCurrency": "EUR"
}