# the402.ai Service Delivery Verification & Payment Release

> the402.ai Service Delivery Verification & Payment Release is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Verifies that a purchased service has been delivered and releases the held payment to the provider

## Facts

- Endpoint: POST https://api.the402.ai/v1/threads/thread_8e346c6da4264b13/verify
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-a2e38c68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VD8UbMQUoHs1kC-h4Qtqm

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 api-the402-ai-a2e38c68 -d '<json body>'
```

Example prompt: The job I bought on the402 for thread_8e346c6da4264b13 looks complete — go ahead and verify delivery and release the payment.

## When to prefer this

Use this endpoint when you have already purchased a service on the402.ai platform (obtained a thread ID) and need to finalize the transaction by verifying the output was delivered and releasing the escrowed payment to the provider. This is specifically for the post-delivery settlement step, not for checking job status or initiating a new purchase.

## Known failure modes

- Thread ID not found or invalid — 404 error
- Service delivery not confirmed — payment withheld
- Payment already released — idempotency conflict
- Insufficient USDC balance or payment authorization failure
- Thread in wrong state for verification — precondition failed

## How this service works

Verify service delivery and release payment

## Output

Returns a verification status indicating whether delivery was confirmed and whether the payment was successfully released to the service provider, along with a settlement receipt or confirmation details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-a2e38c68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
