OpenChainGraph Suite · CONTRACT A3 · arch #5

AP2 PaymentReceipt Verification & HNP Guardrail

W-B. PaymentReceipt-to-mandate verification + Human-Not-Present autonomy gate (ART-62) -> mandate-chain re-validation (art-01) -> receipt aggregation (cry-05). Verifies an autonomous AP2 payment after the fact: valid receipt, intact mandate chain, in-policy autonomy.

OpenChainGraph · 3 Steps cryptographic mandate Hash-Anchored §4 chain_depth:3 Client-Side · Zero PII
Chain Topology — AP2 PaymentReceipt Verifier & HNP Guardrail → AP2 Mandate-Chain Validator → Agent-Action Audit-Trail Aggregator
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 3 Steps
1 ROOT · D0 node
AP2 PaymentReceipt Verifier & HNP Guardrail art-62-ap2-payment-receipt-verifier
receipt_verdict and hnp_verdict (H1) feed the mandate-chain validator
MCP Call · verify_ap2_payment_receipt
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "verify_ap2_payment_receipt",
    "arguments": {}
  },
  "id": 1
}
2 D2 node
AP2 Mandate-Chain Validator art-01-ap2-mandate-chain-validator
mandate-chain verdict (H2) feeds the aggregator
MCP Call · validate_ap2_mandate_chain
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "validate_ap2_mandate_chain",
    "arguments": {}
  },
  "id": 1
}
3 TERMINAL · D3 node
Agent-Action Audit-Trail Aggregator cry-05-agent-action-audit-trail-aggregator
Exports composite payment-receipt artifact with execution_hash (H3) -- final stage
MCP Call · aggregate_execution_receipts
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "aggregate_execution_receipts",
    "arguments": {}
  },
  "id": 1
}
Export Artifacts
Download the §4 chain definition artifact (hash-anchored composite JSON) or the §13.11 W3C Verifiable Credentials view. Both derive from the chain definition — no new hash is minted. Available after hash computation.