venmo_send_payment
Send money to a Venmo user. Requires recipient username, amount in USD, and a note describing the payment.
Instructions
Send money to a Venmo user. Requires a recipient username, amount in USD, and a note describing the payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Description / note for the payment | |
| amount | Yes | Amount in USD to send (e.g. 10.50) | |
| audience | No | Visibility of the transaction. Defaults to private. | |
| recipient | Yes | Venmo username of the recipient (without @) |