Flipdish · Example Payload

Customers Account Detail Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Customers Account Detail 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

EmailSignupStepsIsVerifiedIsSelfServeUserAccountIdNameLanguageTimeZoneInfoIdDisplayTimesInUserLocalTimeZoneShowHiddenFeaturesCreatedAt

Example Payload

Raw ↑
{
  "Email": "owner@example.com",
  "SignupSteps": [],
  "IsVerified": true,
  "IsSelfServeUser": true,
  "AccountId": 500123,
  "Name": "Example Name",
  "Language": "string",
  "TimeZoneInfoId": "500123",
  "DisplayTimesInUserLocalTimeZone": true,
  "ShowHiddenFeatures": true,
  "CreatedAt": "2026-06-02T12:00:00Z"
}