Flipdish · Example Payload

Payments Account Field Definition Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

KeyDisplayNameTypeMinLengthMaxLengthDigitsOnlyRegex

Example Payload

Raw ↑
{
  "Key": "Iban",
  "DisplayName": "Example Name",
  "Type": "None",
  "MinLength": 1,
  "MaxLength": 1,
  "DigitsOnly": true,
  "Regex": "string"
}