{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "ThaiNotary Agent Refund Protocol",
  "version": "1.0.0",
  "license": "CC-BY-4.0",
  "issuer": "https://xn--82czbx2bczd4fl8a.online",
  "refundChannels": [
    {
      "name": "original-payment-method",
      "slaBusinessDays": 5
    },
    {
      "name": "promptpay",
      "slaBusinessDays": 1
    },
    {
      "name": "bank-transfer-thb",
      "slaBusinessDays": 2
    },
    {
      "name": "stablecoin-usdc",
      "slaBusinessDays": 1,
      "network": "polygon"
    }
  ],
  "refundTiers": [
    {
      "tier": "full",
      "triggers": [
        "service-not-rendered",
        "unauthorized-charge"
      ],
      "percent": 100
    },
    {
      "tier": "partial-sla",
      "triggers": [
        "sla-breach"
      ],
      "percent": 30
    },
    {
      "tier": "partial-quality",
      "triggers": [
        "incorrect-output"
      ],
      "percent": 50,
      "plusReissue": true
    },
    {
      "tier": "price-correction",
      "triggers": [
        "price-mismatch-vs-pricing-feed"
      ],
      "percent": "delta"
    }
  ],
  "signedReceipt": {
    "alg": "RS256",
    "kid": "thainotary-agent-2026",
    "jwksUri": "https://xn--82czbx2bczd4fl8a.online/.well-known/jwks.json",
    "claims": [
      "iss",
      "sub",
      "aud",
      "iat",
      "exp",
      "jti",
      "refund.caseId",
      "refund.amountTHB",
      "refund.channel",
      "refund.txRef",
      "refund.originalReceiptJti"
    ]
  },
  "endpoints": {
    "issue": "https://xn--82czbx2bczd4fl8a.online/agent-refund/issue",
    "status": "https://xn--82czbx2bczd4fl8a.online/agent-refund/status/{jti}",
    "verify": "https://xn--82czbx2bczd4fl8a.online/agent-refund/verify"
  },
  "dateModified": "2026-05-31T15:52:56.523Z"
}