fin.wire_transfer
Initiate an external bank wire transfer by submitting destination account number, routing number, and amount. Validate inputs to prevent unauthorized transactions.
Instructions
Initiate a bank wire transfer to an external account. Requires account number, routing number, and amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Transfer memo/description | |
| amount | Yes | Transfer amount in USD | |
| routing | Yes | Destination routing number | |
| to_account | Yes | Destination account number |