> ## Documentation Index
> Fetch the complete documentation index at: https://agents.laso.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Make an online purchase with a Laso prepaid card

> Order a USA Laso Finance prepaid card with your AI agent and use it to complete an online purchase end to end.

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](/guides/usa-prepaid-card) page.

## Pick the card

Laso offers two prepaid card products via x402:

* **[USA prepaid card](/guides/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](/guides/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

```
I need you to buy [item] from [store]. First, navigate to the store, add
the item to cart, and go to checkout to find the exact total (including tax
and shipping). Then order a USA prepaid card from Laso Finance for exactly
that amount using the x402 API at https://laso.finance/get-card. Once you
have the card details, use them to complete the purchase. Ship to:
[address].
```

<Tip>
  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.
</Tip>

## Example: buying an item

Here's what a full purchase flow looks like when you tell your agent to buy something:

```
Buy me a pair of Nike Air Max 90s in size 10 from Nike.com. Use Laso Finance
to pay. Ship to: 123 Main St, Austin TX 78701.
```

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

<Note>
  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](/guides/international-prepaid-card) instead.
</Note>

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](/guides/usa-prepaid-card) page.

## Next

<Card title="What your agent can do" icon="grid-2" href="/guides/what-your-agent-can-do">
  Everything else your agent can buy, send, and open with the same wallet.
</Card>

<Tip>
  **Uncomfortable with your agent handling raw card numbers?** [1Claw's Payment
  Card Vault](https://docs.1claw.xyz/docs/guides/payment-cards) lets agents
  order Laso cards while keeping the PAN and CVV behind human-gated reveals,
  per-agent spending limits, and a full audit trail.
</Tip>
