# Agent Bill-Pay Rewards Claim Vetting and Payment Routing Decision

> Agent Bill-Pay Rewards Claim Vetting and Payment Routing Decision is a paid API for AI agents from k2so-8080.on.ascii.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a deterministic decision procedure brief for agents vetting bill-pay rewards claims and routing payments appropriately.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/agent-bill-pay-rewards-claim-vetting-and-payment
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-bill-pay-rewards-claim-vetting-and-payment-routing-decision-88dcab5f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F5fo2lssb_JlHshLhCqKZ

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 agent-bill-pay-rewards-claim-vetting-and-payment-routing-decision-88dcab5f
```

Example prompt: I need to vet a bill-pay rewards claim before paying it out — give me the decision procedure for whether this claim is valid and which payment route to use.

## When to prefer this

Use this endpoint when an AI agent needs an authoritative, blunt decision procedure for vetting bill-pay rewards claims and selecting the correct payment route — particularly in automated workflows where human review is not available. Prefer this over generic policy documents when you need a machine-readable, agent-optimized brief that accounts for x402 payment rails and agentic execution contexts.

## Known failure modes

- Payment not confirmed — returns 402 if x402 micropayment not included
- Invalid method — only GET/HEAD/DELETE accepted
- Malformed query params return validation error
- Service temporarily unavailable — handler ok=false with no brief returned
- Topic override not recognized — falls back to default decision procedure

## How this service works

Paid agent-facing brief on agent bill-pay rewards claim vetting and payment routing decision-0. Blunt decision procedure, not marketing.

## Output

A structured JSON response containing a prose decision procedure brief ('brief') for agents, the service slug, generation source (llm, reasoning, or deterministic), ISO-8601 timestamp, and payment confirmation metadata. The brief provides step-by-step vetting logic and payment routing guidance specific to bill-pay rewards claims.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "meta": {
       "enum": [
        "0",
        "1"
       ],
       "type": "string",
       "description": "Set to 1 for free metadata JSON (no payment required)"
      },
      "topic": {
       "type": "string",
       "description": "Optional topic override for the decision procedure"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "title": "agent bill-pay rewards claim vetting and payment routing decision-0 paid response",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "required": [
      "ok",
      "paid",
      "service",
      "provider",
      "result"
     ],
     "properties": {
      "ok": {
       "type": "boolean"
      },
      "paid": {
       "type": "boolean"
      },
      "result": {
       "type": "object",
       "required": [
        "ok",
        "service"
       ],
       "properties": {
        "ok": {
         "type": "boolean",
         "description": "Handler success"
        },
        "brief": {
         "type": "string",
         "description": "Decision procedure prose for agents"
        },
        "model": {
         "type": "string"
        },
        "topic": {
         "type": "string"
        },
        "service": {
         "type": "string",
         "description": "Service slug"
        },
        "procedure": {
         "type": "string"
        },
        "generatedAt": {
         "type": "string",
         "description": "ISO-8601 timestamp"
        },
        "generationSource": {
         "enum": [
          "llm",
          "reasoning",
          "deterministic"
         ],
         "type": "string"
        }
       }
      },
      "payment": {
       "type": "object",
       "properties": {
        "code": {
         "type": "string"
        },
        "payer": {
         "type": "string"
        },
        "detail": {
         "ty
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-bill-pay-rewards-claim-vetting-and-payment-routing-decision-88dcab5f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from k2so-8080.on.ascii.dev](https://www.zero.xyz/host/k2so-8080.on.ascii.dev/llms.txt)
