Flipdish · Example Payload

Payments Upcoming Invoice Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

AmountNextBillingDateSubtotalTotalExcludingTaxAmountDueTaxItemsDiscounts

Example Payload

Raw ↑
{
  "Amount": 12.5,
  "NextBillingDate": "2026-06-02T12:00:00Z",
  "Subtotal": 12.5,
  "TotalExcludingTax": 12.5,
  "AmountDue": 12.5,
  "Tax": 1.0,
  "Items": [],
  "Discounts": []
}