Flipdish · Example Payload

Payments Payout Refund Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

OrderIdOrderCurrencyPayoutIdOrderDateOrderTypeRefundDateStoreIdTotalRefundRefundedFeesRefundedAmountCashFeeRefundedToCustomer

Example Payload

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