Order an international non-reloadable prepaid card (USD)
Order an international non-reloadable prepaid card (USD). The order is queued and fulfilled by an admin, after which the card details are retrievable via GET /get-card-data with card_type="Non-Reloadable International". A 3.8% fee is added on top of the on-card amount. Submit a whole dollar on-card amount.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$103.80listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://laso.finance/order-intl-card
| Category | Everything else |
|---|---|
| Provider host | laso.finance |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"amount": 100
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"amount": {
"description": "USD amount to load on the card (min $100, max $1000). Must be a whole dollar amount: the issuer only issues whole-dollar cards. A 3.8% fee is added to this amount for the x402 payment.",
"type": "number"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"auth": {
"properties": {
"expires_in": {
"type": "string"
},
"id_token": {
"description": "Firebase ID token for the callable APIs",
"type": "string"
},
"refresh_token": {
"type": "string"
}
},
"type": "object"
},
"intl_card_order": {
"properties": {
"charged_usd_amount": {
"type": "number"
},
"on_card_usd_amount": {
"type": "number"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"user_id": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}