paygentic_send_money
Transfer funds from one wallet to another, previewing compliance with spending policies before sending.
Instructions
Send money from one wallet to another. Previews first to check policies. Requires API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in USD (e.g. 5.00 for $5) | |
| toAgentId | No | Destination agent ID | |
| toWalletId | No | Destination wallet ID (UUID) | |
| description | No | What the payment is for | |
| fromWalletId | Yes | Source wallet ID | |
| toPublicSlug | No | Destination public slug | |
| idempotencyKey | No | Unique key to prevent duplicate sends |