# the402.ai Verify Service Delivery & Release Payment

> the402.ai Verify Service Delivery & Release Payment 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 escrowed payment to the provider on the402.ai marketplace

## Facts

- Endpoint: POST https://api.the402.ai/v1/threads/thread_70b5802993ec4e0c/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-eec58b09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YQgvBLNKlLkYnTUW_Czvw

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-eec58b09 -d '<json body>'
```

Example prompt: The web scraping job I ordered on the402.ai is done — please verify that the service was delivered for thread thread_70b5802993ec4e0c and release the payment to the provider.

## When to prefer this

Use this endpoint as the final step in a two-phase commit pattern on the402.ai marketplace — after a purchased service (e.g. sentiment analysis, web scraping, document QA) has been confirmed complete and you need to release the held payment. This is distinct from simply checking job status; it actively triggers financial settlement.

## Known failure modes

- Thread ID not found or invalid — 404 error
- Service not yet delivered or delivery unverifiable — verification fails with rejection status
- Payment already released — idempotency conflict or duplicate call error
- Insufficient authorization to release payment for this thread — 401/403 error
- Network or provider downtime — 5xx server error

## How this service works

Verify service delivery and release payment

## Output

A confirmation indicating whether the service delivery was successfully verified and whether the escrowed payment was released to the provider, including the transaction status and any relevant settlement 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-eec58b09/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)
