# Laso Finance US Prepaid Card

> Laso Finance US Prepaid Card is a paid API for AI agents from x402endpoint-utiwoa54hq-uc.a.run.app, paid per call via x402, $5/call, status unknown (last checked 2026-09-15).

Issues a Laso Finance prepaid card loaded with a specified USD amount for use inside the United States

## Facts

- Endpoint: GET https://x402endpoint-utiwoa54hq-uc.a.run.app/get-card
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402endpoint-utiwoa54hq-uc-a-run-app-e0ee1c18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SbiBkbF0hn9puaC-Phbu-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402endpoint-utiwoa54hq-uc-a-run-app-e0ee1c18
```

Example prompt: Get me a Laso Finance US prepaid card loaded with $50 so I can make purchases inside the United States.

## When to prefer this

Use this endpoint when you need a US-specific prepaid card from Laso Finance. Choose this over the international prepaid card endpoint when the card will only be used within the United States. This endpoint is appropriate for single-use spending needs requiring a loaded USD card.

## Known failure modes

- Amount below $5 minimum or above $1000 maximum returns validation error
- Payment of $5 USDC not completed results in 402 Payment Required
- Service unavailable returns 5xx error
- Invalid format parameter returns error

## How this service works

Get a prepaid card for use inside the United States

## Output

Returns prepaid card details for a US-usable prepaid card from Laso Finance, including card number and loaded balance information, in JSON format (default) or HTML.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "amount": {
       "type": "number",
       "description": "USD amount to load on the card (min $5, max $1000)"
      },
      "format": {
       "type": "string",
       "description": "Response format. 'json' (default) for agents, 'html' for browsers."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "auth": {
       "type": "object",
       "properties": {
        "id_token": {
         "type": "string",
         "description": "Firebase ID token for the callable APIs"
        },
        "expires_in": {
         "type": "string"
        },
        "refresh_token": {
         "type": "string"
        }
       }
      },
      "card": {
       "type": "object",
       "properties": {
        "status": {
         "type": "string"
        },
        "card_id": {
         "type": "string"
        },
        "usd_amount": {
         "type": "number"
        }
       }
      },
      "user_id": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402endpoint-utiwoa54hq-uc-a-run-app-e0ee1c18/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402endpoint-utiwoa54hq-uc.a.run.app](https://www.zero.xyz/host/x402endpoint-utiwoa54hq-uc.a.run.app/llms.txt)
