# Agent-Side Refund-Rights Verification Before Honoring Merchant No-Refund Terms

> Agent-Side Refund-Rights Verification Before Honoring Merchant No-Refund Terms 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-15).

Issues a deterministic, paid verdict on whether a merchant's no-refund policy is enforceable against an agent, covering statutory withdrawal rights, payment-rail dispute mechanics, and merchant trust signals.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/agent-side-refund-rights-verification-before-hon
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-side-refund-rights-verification-before-honoring-merchant-no-827ab117
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bpNeaN69TM_THXKF7rV8B

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-side-refund-rights-verification-before-honoring-merchant-no-827ab117
```

Example prompt: Before I approve this payment, check whether the merchant's no-refund policy is actually enforceable — look at the payment rail dispute rights, statutory withdrawal rules for digital goods, and merchant trust signals, then give me a clear verdict.

## When to prefer this

Choose this endpoint when an autonomous agent needs a fast, blunt, pre-purchase determination of whether a merchant's no-refund policy is practically enforceable — especially before committing to x402 or on-chain payments where reversibility is limited. Prefer it over general legal research tools when you need a single actionable verdict rather than legal prose, and over manual policy review when you need to cover rail-level chargeback rights, statutory digital goods withdrawal rules, and merchant trust signals in one pass.

## Known failure modes

- Payment not made: returns 402 with payment instructions rather than verdict
- Invalid query parameters: returns error if topic override is malformed
- Service unavailable: backend LLM or reasoning engine unreachable, returns non-200 status
- No-refund policy context missing: verdict may be generic if topic is not sufficiently specified
- Rate limiting or quota exhaustion on the provider side

## How this service works

Paid agent-facing brief on agent-side refund-rights verification before honoring merchant no-refund terms: deterministic pre-purchase procedure where an agent reviews a merchant's no-refund policy and checks rail-level refund mechanics, statutory withdrawal rights for digital goods, payment-rail chargeback or dispute rights, and merchant trust signals, then issues a single verdict on whether the no-refund term is enforceabl. Blunt decision procedure, not marketing.

## Output

A structured JSON response containing a boolean verdict on enforceability, a decision procedure brief with prose reasoning covering rail-level refund mechanics, statutory withdrawal rights, chargeback/dispute availability, and merchant trust signals, plus metadata including the model used, generation source (llm, reasoning, or deterministic), and an ISO-8601 timestamp.

## 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-side refund-rights verification before honoring merchant no-refu 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": {
         
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-side-refund-rights-verification-before-honoring-merchant-no-827ab117/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)
