transfer_account_balance
Move cash from one account to another by specifying source, target, and amount.
Instructions
Transfer cash balances between two accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| balance | Yes | The amount of cash to transfer | |
| account_id_to | Yes | The target account ID to transfer cash to | |
| account_id_from | Yes | The source account ID to transfer cash from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||