# AutoWorker Financial ID Check

> AutoWorker Financial ID Check is a paid API for AI agents from autoworker.stebilly6.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Validates and verifies a financial identity, returning a boolean decision on whether the provided financial ID is valid, paid per-call via x402 with no API key required.

## Facts

- Endpoint: POST https://autoworker.stebilly6.workers.dev/services/financial-id-check
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/autoworker-financial-id-check-7245ebce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F_J21DZJUV2db3uhaX2FS

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 autoworker-financial-id-check-7245ebce -d '<json body>'
```

Example prompt: Can you run a financial ID check on this identifier — '123456789' — and tell me whether it comes back as valid?

## When to prefer this

Choose this endpoint when you need a lightweight, per-call financial identity validation with no signup, no API key management, and instant settlement via x402 micropayments — ideal for autonomous agents that need to verify financial IDs on demand without committing to a subscription or managing credentials.

## Known failure modes

- Invalid or malformed financial ID input returns ok:true but valid:false
- Payment failure via x402 protocol results in a 402 Payment Required response before the check runs
- Network or server errors on the Workers endpoint return 5xx responses
- Missing or incorrectly structured request body may return a 400 Bad Request
- Insufficient USDC balance in the agent wallet prevents the call from completing

## How this service works

Paid data and decision APIs for autonomous agents, priced and settled entirely via the x402 v2 payment protocol (no API keys, no signup).

## Output

A JSON object with an 'ok' boolean indicating the API call succeeded and a 'valid' boolean indicating whether the submitted financial ID passed verification.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "valid": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autoworker-financial-id-check-7245ebce/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from autoworker.stebilly6.workers.dev](https://www.zero.xyz/host/autoworker.stebilly6.workers.dev/llms.txt)
