Skip to main content
This is the last step of the quickstart: your agent has a funded wallet and credentials, and now it buys something with them. The complete card-order flow, from the x402 payment to reading the card details, lives on the USA prepaid card page.

Pick the card

Laso offers two prepaid card products via x402:
  • USA prepaid card (GET /get-card): issued instantly. USD, U.S. merchants only, ships to U.S. addresses. Min $5, max $1,000, no fee.
  • International prepaid card (GET /order-intl-card): queued for admin fulfillment (typically within 24 hours). USD, usable globally. Min $100, max $1,000 in whole dollars, plus a 3.8% fee.
Pick the USA card for U.S. merchants, which is what the rest of this page walks through. Pick the international card if:
  1. You or your agent are outside the United States.
  2. Spending at a merchant headquartered outside the United States.
  3. Spending in a non-USD currency.

Tell your agent

Cards are non-reloadable, so ideally your agent should order a card for the exact amount of the checkout total. That way there are no extra funds left over on the card.

Example: buying an item

Here’s what a full purchase flow looks like when you tell your agent to buy something:
Your agent will:
  1. Navigate to Nike.com and find the Nike Air Max 90s in size 10
  2. Add the item to cart and proceed to checkout
  3. Determine the exact total including tax and shipping (e.g. $148.23)
  4. Call GET https://laso.finance/get-card?amount=148.23 via x402 (pays $148.23 USDC from wallet)
  5. Receive a card_id and id_token in the response
  6. Poll GET https://laso.finance/get-card-data?card_id=X with the Bearer token until the card details are ready
  7. Enter the card number, CVV, and expiry on the checkout page
  8. Enter the shipping address and complete the order
The USA prepaid card (/get-card) is U.S. only. Issued in USD, usable at U.S. merchants only, and physical goods must ship to a U.S. address. For international merchants, use the international prepaid card instead.
The full reference for this flow, including the pre-order merchant check, what a card order validates, and the limits, is on the USA prepaid card page.

Next

What your agent can do

Everything else your agent can buy, send, and open with the same wallet.
Uncomfortable with your agent handling raw card numbers? 1Claw’s Payment Card Vault lets agents order Laso cards while keeping the PAN and CVV behind human-gated reveals, per-agent spending limits, and a full audit trail.