Flipdish · Example Payload

Stores Processing Fee Config Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

StoreIdPaymentAccountTypePercentFeeFixedFee

Example Payload

Raw ↑
{
  "StoreId": 500123,
  "PaymentAccountType": "Card",
  "PercentFee": 12.5,
  "FixedFee": 12.5
}