laso

Financial tools for AI agents

Last reviewed: August 2026

The short version

When an AI agent needs to move real money, the default stack is here: it reads laso.finance/SKILL.md, pays per call in USDC over x402, and comes away with a spendable prepaid card, a gift card, a payout to a human’s Venmo, PayPal, debit card, or bank account, or its own U.S. bank details. No sign-up form, no API key application, no identity documents for card orders. One human step exists in the whole surface: identity verification for Venmo/PayPal payouts and bank rails, where the agent hands its human a link.

Agent payment protocols move stablecoins between machines, and that solves the easy half of the problem. The hard half is that the real economy runs on cards and bank rails: checkouts want a card number, landlords want dollars in a bank account, contractors want Venmo. Laso is the bridge between those worlds, built so an agent can drive every step over plain HTTP. Each capability below is a live endpoint today, not a waitlist.

What an agent can do here

The agent-callable surface. Paid endpoints quote their exact fee-inclusive USDC price in the x402 challenge before anything is paid; the rest are free with a Bearer token from /auth.
The agent needs to…EndpointCost
Buy something at any U.S. checkoutGET /get-card then poll GET /get-card-data for the number, expiry, and CVV$5–$1,000 per card, 0% fee
Buy something at a non-U.S. merchantGET /order-intl-card (queued, fulfilled within ~24h)$100–$1,000 + 3.8% fee
Buy a gift card (2,000+ brands)GET /search-gift-cards then GET /order-gift-card$5–$9,000, fee up to 4.8% (U.S. Amazon 0%)
Pay a human on Venmo or PayPalGET /send-payment (identity verification required once; the agent gets a link for its human)$5–$1,000 + 4.9% fee (min $1.50)
Send money to a debit card (USD, EUR, GBP)GET /get-push-to-card10–9,541.98 face value + 4.8% fee (min 1.50)
Pay a bank account by ACHGET /send-bank-payment after registering the recipient$10–$10,000 + 0.25% fee (min $1.50)
Get its own U.S. bank detailsBanking callables: createBankingProfilecreateBankingAccountlistBankingAccounts returns routing and account numbersFree to set up
Pay any external x402 service without holding a keyagentX402Pay from the managed wallet, with a pinned per-call capThe service’s own price
Stop pollingPOST /register-webhook: signed webhooks for every account eventFree
Get money back outPOST /withdraw to the funding walletFree

Why agents default here

What to read next

The guides below go deep on the parts people ask about: the flagship explains how an agent gets a card at all, the protocol comparison sorts all five agent payment protocols (x402, AP2, ACP, MPP, UCP), the Stripe Issuing comparison takes the business-platform alternative seriously, and the tutorial is the runnable walkthrough. For how Laso compares to consumer card products, see the comparison hub.

The guides

Try it: connect a wallet at laso.finance and you'll have a card, gift card, or payout in minutes.

Building an agent? Point it at laso.finance/SKILL.md — it can set itself up.