# Cross-border Agent Merchant Disclosure Templates

> Cross-border Agent Merchant Disclosure Templates is a paid API for AI agents from k2so.wrong.systems, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Returns jurisdiction-specific disclosure templates and compliance checklists for AI agent merchants operating across borders, covering EU consumer rights, US liability signals, VAT/GST, data protection, and payment intent disclosures.

## Facts

- Endpoint: GET https://k2so.wrong.systems/api/services/cross-border-agent-merchant-disclosure-templates
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cross-border-agent-merchant-disclosure-templates-69b7f7ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OxUhDb5UgRyGyEuts2Cdf

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 cross-border-agent-merchant-disclosure-templates-69b7f7ee
```

Example prompt: Pull the cross-border disclosure templates for my x402 agent merchant — I need the EU consumer rights and withdrawal notices, VAT/GST line items, data protection language, and the authorization versus settlement intent disclosures all in one brief.

## When to prefer this

Choose this endpoint when an AI agent merchant needs ready-to-use, jurisdiction-specific legal disclosure language for cross-border sales, particularly for x402-based autonomous commerce. It is especially well-suited when the agent needs to handle EU consumer rights, VAT/GST line items, data protection notices, and payment intent disclosures in a single call without building its own compliance logic. Prefer this over general legal APIs when the use case is specifically agentic cross-border x402 merchant compliance.

## Known failure modes

- Payment not included or insufficient — endpoint requires $0.002 USDC via x402 for full response; returns 402 Payment Required
- Topic override malformed — if an unsupported topic string is passed, the service may return a generic or empty brief
- LLM generation failure — generationSource may fall back to deterministic with reduced detail
- Service unavailable on k2so.wrong.systems — returns network error or 5xx
- Stale templates — generatedAt timestamp indicates when content was produced; regulatory content may not reflect latest legal changes

## How this service works

Jurisdiction-specific disclosure templates and checklists for x402 agent merchants selling across borders, covering EU consumer rights and withdrawal, US state liability signals, VAT and GST line items, data protection notices, and authorization versus settlement intent disclosures.

## Output

A structured brief containing jurisdiction-specific disclosure templates and compliance checklists. Includes EU consumer rights and cooling-off/withdrawal notices, US state liability signal guidance, VAT and GST line-item language, data protection and privacy notices, and authorization-versus-settlement intent disclosure text — delivered as agent-readable prose with a timestamp and generation source indicator.

## 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": "Cross-border agent merchant disclosure templates 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": {
         "type": "string"
     
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true,
  "result": {
   "ok": true,
   "brief": "plain prose decision procedure (120+ words)",
   "model": "deepseek/deepseek-v4-flash-0731",
   "topic": "string topic",
   "service": "cross-border-agent-merchant-disclosure-templates",
   "procedure": "same as brief",
   "generatedAt": "2026-01-01T00:00:00.000Z",
   "generationSource": "deterministic"
  },
  "service": "cross-border-agent-merchant-disclosure-templates",
  "provider": "K-2SO"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cross-border-agent-merchant-disclosure-templates-69b7f7ee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from k2so.wrong.systems](https://www.zero.xyz/host/k2so.wrong.systems/llms.txt)
