Flipdish · Example Payload

Payments Bank Account Details Update Request Example

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

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

Top-level fields

BankAddressAccountHolderAddressVatNumberStoreIdsBankNameAccountNameIbanSwiftNationalClearingCodePopulatedAccountFieldsRejectionReasonBusinessType

Example Payload

Raw ↑
{
  "BankAddress": "string",
  "AccountHolderAddress": "string",
  "VatNumber": "string",
  "StoreIds": [
    1
  ],
  "BankName": "Example Name",
  "AccountName": "Example Name",
  "Iban": "string",
  "Swift": "string",
  "NationalClearingCode": "string",
  "PopulatedAccountFields": [],
  "RejectionReason": "string",
  "BusinessType": "Individual"
}