Bank Transfers (Accounting)

The Bank Transfer object

From the Bank Transfers endpoint, you can retrieve all Bank Transfers recorded in the accounting service providers for a specified business.

FieldTypeDescription
id
sortable, filterable
string Identifier for the bank transfer, unique for the business in the accounting service.
date
sortable, filterable
string
See Date
Date on which the bank transfer was posted to the accounting service, and had an impact on the general ledger. This may be different from the creation date.
currency stringISO-4217 currency code of the transfer.
currencyRate decimalRate to convert the total amount of the transaction into the base currency for the business at the time of the transaction.
totalAmount
sortable, filterable
decimalAmount of the bank transfer.
fromAccountRefReference TypesReference to the source account the bank transfer is recorded against.

Pushing data requires a valid bank account reference. Query Accounts and use the id parameter of an account with isBankAccount=true as a value.
toAccountRef
sortable, filterable
Reference TypesReference to the destination account the bank transfer is recorded against.
Pushing data requires a valid bank account reference. Query Accounts and use the id parameter of an account with isBankAccount=true as a value.
fromBankTransactionId
sortable, filterable
stringIdentifier of the source bank transaction account.
toBankTransactionId
sortable, filterable
stringIdentifier of the destination bank transaction account.
memo stringAny additional information or business notes about the transfer.
sourceModifiedDate
sortable, filterable
string
See Date
The date on which this record was last modified in the accounting service.