Flipdish · Example Payload

Payments Payout Report3 Refunded Order Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Payments Payout Report3 Refunded Order 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

OrderIdPlacedAtTimeModifiedAtTimeStoreNameTypeRefundedAmountRefundedFeesRefundTypeCashFeeRefundedToCustomer

Example Payload

Raw ↑
{
  "OrderId": 500123,
  "PlacedAtTime": "2026-06-02T12:00:00Z",
  "ModifiedAtTime": "2026-06-02T12:00:00Z",
  "StoreName": "Example Name",
  "Type": "Cash",
  "RefundedAmount": 12.5,
  "RefundedFees": 12.5,
  "RefundType": "string",
  "CashFeeRefundedToCustomer": 12.5
}