venmo_request_payment
Request money from a Venmo user by username, specifying the USD amount and a note. Control visibility with public, friends, or private.
Instructions
Request money from a Venmo user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Description / reason for the request | |
| amount | Yes | Amount in USD to request (e.g. 25.00) | |
| audience | No | Visibility of the transaction. Defaults to private. | |
| recipient | Yes | Venmo username to request money from (without @) |