# Cross-border Agent Merchant Disclosure Templates

> Cross-border Agent Merchant Disclosure Templates 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 jurisdiction-specific disclosure templates and compliance checklists for AI agent merchants operating across borders, covering EU consumer rights, US state liability, VAT/GST, data protection, and payment authorization disclosures.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/cross-border-agent-merchant-disclosure-templates
- 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/cross-border-agent-merchant-disclosure-templates-2bcc598e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QKGJ3ZK1325WPymfGmMGW

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-2bcc598e
```

Example prompt: Can you pull up the cross-border disclosure templates for an x402 agent merchant — I need the EU consumer withdrawal rights language, VAT/GST line items, and data protection notices for selling internationally?

## When to prefer this

Choose this endpoint when an AI agent needs ready-made, jurisdiction-aware disclosure language for cross-border merchant operations — particularly for x402 payment contexts requiring EU consumer rights, US state compliance signals, VAT/GST line items, or data protection notices. Prefer this over generic legal text generators when the agent is specifically operating in the agentic commerce / x402 ecosystem and needs structured, actionable compliance checklists rather than raw legal research.

## Known failure modes

- Payment not provided — endpoint requires $0.002 USDC x402 payment to return paid content
- Topic override not recognized — falls back to default disclosure topic
- LLM or reasoning generation failure — service may return an error or degraded brief
- Network timeout on the ascii.dev hosted endpoint
- meta=1 query returns only free metadata JSON, not full disclosure templates

## 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 covering EU consumer rights and withdrawal periods, US state-level liability signals, VAT and GST line item language, data protection and GDPR-style notices, and authorization versus settlement intent disclosure text — all formatted for use by x402 agent merchants operating across borders.

## 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)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cross-border-agent-merchant-disclosure-templates-2bcc598e/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)
