create_transfer_preview
Preview bank transfers before execution to verify details and check if two-factor authentication is required for secure financial operations.
Instructions
Create a transfer preview (does not execute the transfer yet). Use lookup_bank_address first to get the toId. Returns the preview transaction and whether 2FA is required.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toId | Yes | Destination address ID (from lookup_bank_address response) | |
| amount | Yes | Transfer amount as string for decimal precision | |
| currencyCode | Yes | Currency code | |
| tag | No | Optional transaction tag | |
| sendingDate | No | Optional scheduled date (ISO 8601) | |
| description | No | Optional transfer description/concept |