The Bank Accounts Data Model streamlines access of bank account information across various accounting platforms, providing a consistent and unified representation of bank account data.

  • Unified bank account properties: The model consolidates essential bank account details such as institution name, account name, balance, and currency, simplifying interactions with bank account data from different platforms.
  • Currency support: The model includes the ISO-4217 currency code for each bank account, enabling seamless handling of international transactions and reporting.

Attributes

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the bank account
institution_namestringThe name of the bank account
account_namestringName of the bank account
account_numberstringThe bank account number
balancefloatBalance of the bank account
currencystringThe ISO-4217 currency code
updated_atdateThe last ISO 8601 timestamp that the data was updated at