Skip to main content
GET
/
order-intl-card
Order an international prepaid card
curl --request GET \
  --url https://laso.finance/order-intl-card
{
  "auth": {
    "id_token": "<string>",
    "refresh_token": "<string>",
    "expires_in": "<string>"
  },
  "callable_base_url": "<string>",
  "user_id": "<string>",
  "intl_card_order": {
    "on_card_usd_amount": 123,
    "charged_usd_amount": 123,
    "status": "queued",
    "timestamp": 123
  },
  "message": "<string>"
}

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.

Query Parameters

amount
number
required

On-card USD amount (min $100, max $1,000). The x402 payment is this amount plus a 3.8% fee.

Required range: 100 <= x <= 1000

Response

International card order queued

auth
object
callable_base_url
string
user_id
string
intl_card_order
object
message
string