{
  "x402Version": 2,
  "id": 15144,
  "slug": "15144",
  "resource": "https://contextiq.trango-compute.com/api/v1/policy-check/receipt/x402-v2",
  "description": "Agent Commerce Gate — bind a settlement receipt to a prior decision — per call",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4eba5ea3cf0f3fc307099317e17e54390f7a4c58",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "POST",
          "schema": {
            "properties": {
              "checkId": {
                "description": "The checkId returned by a prior Policy Check decision",
                "type": "string"
              },
              "transaction": {
                "description": "The on-chain transaction hash of the settlement to verify",
                "type": "string"
              }
            },
            "required": [
              "checkId",
              "transaction"
            ],
            "type": "object"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "checkId": "5b1a1e3e-6b2a-4b8a-9f0a-2f6c1a7d9e21",
            "receipt": {
              "matchesExpectedPayment": true,
              "status": "confirmed"
            }
          },
          "schema": {
            "properties": {
              "checkId": {
                "type": "string"
              },
              "receipt": {
                "properties": {
                  "matchesExpectedPayment": {
                    "description": "Whether the on-chain transfer matches the payTo and amount from the original decision",
                    "type": "boolean"
                  },
                  "status": {
                    "description": "confirmed, reverted, not_found, or error",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          }
        }
      },
      "schema": {
        "properties": {
          "checkId": {
            "type": "string"
          },
          "receipt": {
            "properties": {
              "matchesExpectedPayment": {
                "description": "Whether the on-chain transfer matches the payTo and amount from the original decision",
                "type": "boolean"
              },
              "status": {
                "description": "confirmed, reverted, not_found, or error",
                "type": "string"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "contextiq.trango-compute.com",
  "lastUpdated": "2026-09-13T18:23:27.662Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-13T18:23:27.432Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "contextiq.trango-compute.com",
    "manifest_name": "contextiq.trango-compute.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}