{
  "x402Version": 2,
  "id": 216,
  "slug": "216",
  "resource": "https://laso.finance/order-intl-card",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3291e96b3bff7ed56e3ca8364273c5b4654b2b37",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "103800000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "3MZVk97x9SeRxbYpc3jhzRfU2fyA3emYutnqfn9kNfYX",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "103800000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "amount": 100
          },
          "type": "http"
        },
        "output": {
          "example": {
            "auth": {
              "expires_in": "3600",
              "id_token": "eyJ...",
              "refresh_token": "AMf..."
            },
            "intl_card_order": {
              "charged_usd_amount": 103.8,
              "on_card_usd_amount": 100,
              "status": "queued"
            },
            "user_id": "0xabc..."
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "laso.finance",
  "lastUpdated": "2026-09-14T03:31:15.206Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T03:31:14.754Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "laso.finance",
    "manifest_name": "laso.finance",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}