Flipdish · Example Payload

Payments Payout Chargeback Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Payments Payout Chargeback Example is an example object payload from Flipdish, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

OrderIdOrderCurrencyPayoutIdOrderDateOrderTypeChargebackDateStoreIdChargebackAmountRefundedFees

Example Payload

Raw ↑
{
  "OrderId": 500123,
  "OrderCurrency": "EUR",
  "PayoutId": 500123,
  "OrderDate": "2026-06-02T12:00:00Z",
  "OrderType": "Cash",
  "ChargebackDate": "2026-06-02T12:00:00Z",
  "StoreId": 500123,
  "ChargebackAmount": 12.5,
  "RefundedFees": 12.5
}