# 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 held payment to the provider

## Facts

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

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

Example prompt: The service I purchased on the402.ai for thread thread_b28e678a17fa4c0d has been delivered — please verify the delivery and release the payment to the provider.

## When to prefer this

Use this endpoint after a purchased service on the402.ai marketplace has been delivered and you need to formally confirm receipt and release the escrowed payment. This is the settlement step in the two-phase purchase flow — distinct from initiating a purchase or checking job status.

## Known failure modes

- Thread ID not found or invalid — 404 error
- Service delivery not yet completed — cannot release payment
- Payment already released — duplicate release attempt rejected
- Insufficient authorization to verify this thread
- Payment hold expired or already voided

## How this service works

Verify service delivery and release payment

## Output

Returns a confirmation that delivery has been verified and payment has been released, including settlement status and any relevant transaction details for the thread.

## 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-be1e09ec/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)
