Flipdish · Example Payload

Orders Refund Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

RefundReasonRefundAmountNotifyCustomer

Example Payload

Raw ↑
{
  "RefundReason": "reason",
  "RefundAmount": 20,
  "NotifyCustomer": true
}