{
  "example": true,
  "example_notice": "Synthetic example only — not a customer request, payment, sale, revenue, or live endpoint endorsement.",
  "input": {
    "mode": "payload",
    "resource_url": "https://api.example.com/paid"
  },
  "report": {
    "audit_version": "1.0.0",
    "verdict": "pass",
    "score": 100,
    "protocol_version": 2,
    "resource": {
      "url": "https://api.example.com/paid",
      "http_status": 402,
      "latency_ms": null
    },
    "payment_options": [
      {
        "scheme": "exact",
        "network": "eip155:8453",
        "amount_atomic": "100000",
        "amount_display": "0.100000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "pay_to": "0x1111111111111111111111111111111111111111",
        "max_timeout_seconds": 300,
        "resource_url": "https://api.example.com/paid"
      }
    ],
    "checks": [
      {
        "id": "http_status",
        "status": "pass",
        "summary": "HTTP status is 402",
        "evidence": "Observed HTTP 402",
        "remediation": null
      },
      {
        "id": "requirements_present",
        "status": "pass",
        "summary": "Payment requirements were parsed",
        "evidence": "1 requirement(s)",
        "remediation": null
      },
      {
        "id": "header_body_consistency",
        "status": "pass",
        "summary": "Header and body requirements are consistent",
        "evidence": "Conflicts are rejected by the parser",
        "remediation": null
      },
      {
        "id": "protocol_version",
        "status": "pass",
        "summary": "x402 v2 is used",
        "evidence": "Observed version 2",
        "remediation": null
      },
      {
        "id": "accepts_present",
        "status": "pass",
        "summary": "accepts contains payment options",
        "evidence": "1 option(s)",
        "remediation": null
      },
      {
        "id": "required_fields",
        "status": "pass",
        "summary": "All required fields are present",
        "evidence": "Every option is complete",
        "remediation": null
      },
      {
        "id": "network_format",
        "status": "pass",
        "summary": "Network identifiers use CAIP-2 form",
        "evidence": "All identifiers are syntactically valid",
        "remediation": null
      },
      {
        "id": "canonical_asset",
        "status": "pass",
        "summary": "Canonical USDC assets are used",
        "evidence": "All known assets matched",
        "remediation": null
      },
      {
        "id": "positive_amount",
        "status": "pass",
        "summary": "Amounts are positive atomic integers",
        "evidence": "No floating-point conversion used",
        "remediation": null
      },
      {
        "id": "recipient_address",
        "status": "pass",
        "summary": "Recipient addresses are syntactically valid",
        "evidence": "All addresses matched their network family",
        "remediation": null
      },
      {
        "id": "resource_binding",
        "status": "pass",
        "summary": "Payment requirements bind to the audited resource",
        "evidence": "Origins and paths match",
        "remediation": null
      },
      {
        "id": "timeout",
        "status": "pass",
        "summary": "Timeouts are within bounds",
        "evidence": "All values are 1–3600 seconds",
        "remediation": null
      },
      {
        "id": "duplicate_requirements",
        "status": "pass",
        "summary": "Payment options are unique",
        "evidence": "0 duplicate(s)",
        "remediation": null
      },
      {
        "id": "bazaar_schema",
        "status": "pass",
        "summary": "Bazaar metadata is optional and absent",
        "evidence": "No bazaar extension declared",
        "remediation": null
      },
      {
        "id": "facilitator_support",
        "status": "pass",
        "summary": "All payment options have facilitator support",
        "evidence": "1 supported option(s)",
        "remediation": null
      },
      {
        "id": "secret_material",
        "status": "pass",
        "summary": "No obvious secret material was detected",
        "evidence": "Bounded metadata scan passed",
        "remediation": null
      }
    ],
    "fingerprint": "sha256:81b44d57a1b9f3212930538656320ce4defa61917f12f4950d7aab315926bdc3",
    "audited_at": "2026-07-28T00:00:00.000Z",
    "limitations": [
      "This audit validates protocol conformance, not seller honesty or solvency.",
      "No payment or contract simulation was performed."
    ]
  }
}
