Transfers
Create transfer transaction
Use the Create transfer endpoint to create or update a transfer transaction in the accounting software for a given company's connection.
Transfers record the movement of money between two bank accounts, or between a bank account and a nominal account. Use them to represent actions such as topping up a debit card account or a balance transfer to another credit card.
The from.amount and to.amount fields are in the native currency of the account.
Supported Integrations
| Integration | Create transfer | Update transfer |
|---|---|---|
| Dynamics | No | No |
| FreeAgent | Yes | Yes |
| NetSuite | No | No |
| QuickBooks Desktop | Yes | No |
| QuickBooks Online | Yes | Yes |
| Sage Intacct | No | No |
| Xero | Yes | No |
| Zoho Books | No | No |
put/companies/{companyId}/sync/expenses/transfer-transactions/{transactionId}
Request body
Example request
{
"description": "Transfer from bank account Y to bank account Z",
"date": "2022-10-23T00:00:00Z"
}Response
OK
Example response
{
"syncId": "cd937d46-8e41-43a9-9477-a79158ffd98a"
}