Flipdish · Example Payload

Payments Subscription Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

ProductsNextInvoiceAmountNextInvoiceBillingDateUpcomingInvoiceItemsUpcomingInvoiceDiscountsUpcomingInvoiceSubscriptionIdNameStatusCurrencyUserDefaultPaymentDescriptionCancellationRequestDateCancellationDate

Example Payload

Raw ↑
{
  "Products": [],
  "NextInvoiceAmount": 12.5,
  "NextInvoiceBillingDate": "2026-06-02T12:00:00Z",
  "UpcomingInvoiceItems": [],
  "UpcomingInvoiceDiscounts": [],
  "UpcomingInvoice": "string",
  "SubscriptionId": "500123",
  "Name": "Example Name",
  "Status": "Incomplete",
  "Currency": "EUR",
  "User": "string",
  "DefaultPaymentDescription": "string",
  "CancellationRequestDate": "2026-06-02T12:00:00Z",
  "CancellationDate": "2026-06-02T12:00:00Z"
}