Flipdish · Example Payload

Platform Emv Notification Event Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Platform Emv Notification Event Example is an example object payload from Flipdish, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EventNameNotificationOrderTerminalIdDescriptionExpDateCardTypePaymentMethodAccountNumberAuthCodeProviderMessageFlipdishEventIdCreateTimePositionAppIdOrgIdIpAddressActivityIdActivityType

Example Payload

Raw ↑
{
  "EventName": "Example Name",
  "Notification": "string",
  "Order": "string",
  "TerminalId": "500123",
  "Description": "string",
  "ExpDate": "2026-06-02T12:00:00Z",
  "CardType": "string",
  "PaymentMethod": "string",
  "AccountNumber": "string",
  "AuthCode": "string",
  "ProviderMessage": "string",
  "FlipdishEventId": "00000000-0000-0000-0000-000000000000",
  "CreateTime": "2026-06-02T12:00:00Z",
  "Position": 1,
  "AppId": "500123",
  "OrgId": "500123",
  "IpAddress": "string",
  "ActivityId": "500123",
  "ActivityType": "string"
}