# SimFuse Germany 0.49GB eSIM

> SimFuse Germany 0.49GB eSIM is a paid API for AI agents from simfuse.app, paid per call via x402, $1.19/call, status unknown (last checked 2026-09-15).

Purchases a prepaid Germany travel eSIM with 0.49GB of mobile data, delivering installation details via email or order status URL

## Facts

- Endpoint: POST https://simfuse.app/x402/purchase/01kvmtd890pj8xe33wyr1djcat
- Price: $1.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/simfuse-germany-0-49gb-esim-816f9daf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9JZ14TllH-Gc0ibI5zFTA

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 simfuse-germany-0-49gb-esim-816f9daf -d '<json body>'
```

Example prompt: Buy me a Germany prepaid eSIM with 0.49GB of data from SimFuse and send the install details to sarah@example.com.

## When to prefer this

Choose this endpoint when a traveller specifically needs mobile data coverage in Germany and wants a small, lightweight 0.49GB prepaid eSIM plan at a low price point ($1.19 USDC). Prefer this over the Europe multi-country eSIM if the user only needs Germany coverage. Ideal for short visits or as a backup data option. Use when the agent can handle x402 micropayments with USDC.

## Known failure modes

- Payment failure via x402 if wallet has insufficient USDC balance
- Invalid email format causing delivery failure
- Quantity out of range (below 1 or above 20) returns a validation error
- eSIM provisioning delay if backend carrier systems are slow
- Duplicate purchase attempts may result in multiple charges if not deduplicated

## How this service works

Germany 0.49GB

## Output

Returns an order status URL where eSIM installation details (QR code or activation code) can be retrieved. If an email was provided, the same installation details are also sent to that address. The response confirms purchase and quantity fulfilled.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "description": "Optional. The traveller's email address, where the eSIM install details are also sent. Omit it to collect the eSIM only from order_status_url."
  },
  "quantity": {
   "type": "integer",
   "default": 1,
   "maximum": 20,
   "minimum": 1,
   "description": "How many eSIMs of this plan to buy, 1 to 20. Defaults to 1. The price in the 402 challenge is for this quantity."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/simfuse-germany-0-49gb-esim-816f9daf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from simfuse.app](https://www.zero.xyz/host/simfuse.app/llms.txt)
