Xero Accounting Endpoint: BankTransfers
Jump to navigation
Jump to search
Overview
The Xero BankTransfers endpoint provides the bank transfer transactions used to transfer money between two of your business bank accounts.
Fields
The following fields are available for the BankTransfers endpoint.
- BankTransferID
- A guid field that provides the id of the transaction.
- FromBankAccount
- A record field that provides the source bank account that sent the money.
- ToBankAccount
- A record field that provides the destination bank account that received the money.
- Amount
- A decimal field that provides the amount transferred.
- Date
- A date field that provides the date on which the transfer occurred.
- HasAttachments
- A true/false field that indicates if attachments were uploaded against the transaction.
- FromBankTransactionID
- A guid field that provides the bank transaction id of the source account.
- ToBankTransactionID
- A guid field that provides the bank transaction id of the destination account.
- CreatedDateUTC
- A date time field that indicates the date and time this transfer was created.
Xero API
For a detailed run through of the endpoint, you can see the Xero API.
Related Fields
Related Endpoints