Create transfer
create_transferMove money between accounts. For different currencies give to_amount or rate; the rate is frozen at creation. Legs are excluded from spending; an optional fee is a real expense.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | In source currency | |
| date | No | ||
| note | No | ||
| rate | No | 1 source unit = rate destination units | |
| to_amount | No | ||
| from_amount | Yes | ||
| to_account_id | Yes | ||
| from_account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||