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.
Field | Type | Description |
---|---|---|
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 | string | ISO-4217 currency code of the transfer. |
currencyRate | decimal | Rate to convert the total amount of the transaction into the base currency for the business at the time of the transaction. |
totalAmount sortable, filterable | decimal | Amount of the bank transfer. |
fromAccountRef | Reference Types | Reference 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 Types | Reference 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 | string | Identifier of the source bank transaction account. |
toBankTransactionId sortable, filterable | string | Identifier of the destination bank transaction account. |
memo | string | Any 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. |