CreateBankTransfer
Last updated
Last updated
Use this function to create a bank transfer.
The two sides of each bank transfer will automatically be recorded as RECEIVE-TRANSFER and SPEND-TRANSFER types in the GET BankTransactions endpoint. The BankTransationIDs are returned in responses for successful calls.
Note that the following functionality is not currently supported:
You cannot specify the reference field.
You cannot transfer between accounts in different currencies.
Authentication values used to connect to the Xero server.
The bank transfer to create.
Mandatory Items:
FromBankAccount: An of Type BANK to transfer from.
ToBankAccount: An of Type BANK to transfer to.
Amount.