toreador_create_session
Create a hosted payment session for ERC-20 stablecoins (USDC, USDT, EURC) on Ethereum, Polygon, or Base. Returns a payment URL for the payer to connect their wallet.
Instructions
Create a hosted payment session for ERC-20 stablecoins on EVM chains (USDC, USDT, EURC on Ethereum, Polygon or Base). Returns a session ID, a 6-character security code to display to the payer, and a URL to a Toreador-hosted payment page where the payer connects their wallet. Sessions expire 15 minutes after creation. PRO PLAN REQUIRED. For native tokens or Solana SPL, use toreador_generate_qr instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Stablecoin symbol. One of: USDC, USDT, EURC. | |
| chainId | Yes | EVM chain. One of: ethereum, polygon, base. | |
| amount | Yes | Amount in the token's natural unit (e.g. "100" for 100 USDC). | |
| recipientAddress | Yes | Destination EVM wallet address (0x...). |