Flipdish · Example Payload

Platform Bank Account Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Platform Bank Account 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

IdAccountNameIbanSwiftPopulatedAccountFieldsAccountStateStoreNamesStoreIdsBankAddressBankCountryCodeAccountHolderAddressAccountHolderCountryCodeVatNumberStripeAccountId

Example Payload

Raw ↑
{
  "Id": 500123,
  "AccountName": "Example Name",
  "Iban": "string",
  "Swift": "string",
  "PopulatedAccountFields": [],
  "AccountState": "Unverified",
  "StoreNames": [
    "Example Name"
  ],
  "StoreIds": [
    1
  ],
  "BankAddress": "string",
  "BankCountryCode": "IE",
  "AccountHolderAddress": "string",
  "AccountHolderCountryCode": "IE",
  "VatNumber": "string",
  "StripeAccountId": "500123"
}