Skip to main content

Overview

Your agent can send a payout to a Venmo or PayPal recipient using the /send-payment endpoint. The payment is funded with USDC on Base or Solana via x402 and delivered to the recipient’s Venmo or PayPal account. The endpoint requires identity verification (KYC) on the wallet that pays for the request. Check GET /get-kyc-status first (it’s free): if the wallet isn’t verified yet, complete verification before paying for a send. If you call /send-payment from an unverified wallet, the response returns kyc_url instead of dispatching the payout, and the USDC you already paid is credited to your account balance — verify and call again to send, or withdraw it back with POST /withdraw.

How it works

1

Agent calls /send-payment

Your agent makes an x402 request to GET /send-payment with the platform, recipient details, and amount. The x402 USDC price is the requested amount plus a 4.9% fee (with a $1.50 minimum).
2

Laso checks the wallet's KYC status

If the wallet is already verified, Laso debits the credited account balance and dispatches the payout. If not, the response returns kyc_required: true and a kyc_url.
3

(If needed) Complete KYC and retry

Open the kyc_url, complete the flow, then call /send-payment again with a fresh x402 payment to send the payout.
4

Funds arrive

Venmo and PayPal payouts typically settle within minutes once dispatched.
The on-chain USDC you pay always credits your Laso account balance via the standard deposit webhook, even if the payout is blocked by KYC. You can always recover the funds with POST /withdraw.

If verification is required

When the response contains kyc_required: true, the payout was not sent, but the USDC you paid was still credited to the calling wallet’s Laso account balance. You have two ways forward, and no funds are at risk either way:
  1. Complete verification and retry. Open the returned kyc_url, finish the identity flow, then call /send-payment again with a fresh x402 payment. The payout dispatches once the wallet is verified.
  2. Recover the funds. If you don’t want to verify, call POST /withdraw to send the credited USDC back to the wallet.
Verification is per-wallet and one-time: once a wallet is verified, future /send-payment calls go straight through.

Sending a payment

Venmo:
PayPal:

Response (verified wallet)

Response (unverified wallet)

Tell your agent

Fee structure

KYC verification is per-wallet. If you switch wallets, the new wallet has to complete its own verification before it can send Venmo or PayPal payouts.