Flipdish · Example Payload

Payments Subscription Invoice Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Payments Subscription Invoice 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

InvoiceIdNumberTotalCurrencyStatusSubscriptionIdPaidAtFinalisedAtPdfLinkHostedUrlOverdue

Example Payload

Raw ↑
{
  "InvoiceId": "500123",
  "Number": "string",
  "Total": 12.5,
  "Currency": "EUR",
  "Status": "Draft",
  "SubscriptionId": "500123",
  "PaidAt": "2026-06-02T12:00:00Z",
  "FinalisedAt": "2026-06-02T12:00:00Z",
  "PdfLink": "https://api.flipdish.co/example",
  "HostedUrl": "https://api.flipdish.co/example",
  "Overdue": true
}