Overview
Your agent can send money to anyone with a Venmo or PayPal account using the/send-payment endpoint. The payment is funded with USDC on Base via x402 and delivered to the recipient on their payment platform.
How it works
Agent calls /send-payment
Your agent makes an x402 request to
GET /send-payment with the amount, platform, and recipient.Payment is queued
Laso Finance accepts the USDC payment and queues the Venmo/PayPal transfer for processing.
Sending a Venmo payment
| Parameter | Description |
|---|---|
amount | USD amount to send ($5–$1,000) |
platform | venmo |
recipient_id | Recipient’s 10-digit US phone number (e.g. 5551234567) |
Sending a PayPal payment
| Parameter | Description |
|---|---|
amount | USD amount to send ($5–$1,000) |
platform | paypal |
recipient_id | PayPal email address |
Response
Tell your agent
Send a Venmo payment
Send a Venmo payment
Send a PayPal payment
Send a PayPal payment
Limits
| Property | Value |
|---|---|
| Minimum amount | $5 |
| Maximum amount | $1,000 |
| Supported platforms | Venmo, PayPal |
| Payment speed | Queued for async processing |
| Fee | 4.9% (included in the x402 payment amount) |
The recipient does not need a Laso Finance account. They just need an active Venmo or PayPal account.