Flipdish · Example Payload

Payments Bank Account Summary Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

IdStoreNamesStoreIdsAccountStateCurrencyCodeVatNumberAccountHolderAddressAccountHolderCountryCodeStripeConnectedAccountInfoAccountNameIbanSwiftNationalClearingCodePopulatedAccountFieldsRejectionReasonBusinessType

Example Payload

Raw ↑
{
  "Id": 500123,
  "StoreNames": [
    "Example Name"
  ],
  "StoreIds": [
    1
  ],
  "AccountState": "Unverified",
  "CurrencyCode": "EUR",
  "VatNumber": "string",
  "AccountHolderAddress": "string",
  "AccountHolderCountryCode": "IE",
  "StripeConnectedAccountInfo": "string",
  "AccountName": "Example Name",
  "Iban": "string",
  "Swift": "string",
  "NationalClearingCode": "string",
  "PopulatedAccountFields": [],
  "RejectionReason": "string",
  "BusinessType": "Individual"
}