OpenChainGraph Suite · Agent Payment Dispute · 3 Steps

Agent Payment Dispute Evidence

AP2 mandate-chain validator confirms the payment mandate's signature chain and scope; agent token scope checker evaluates the disputed action against the mandate's declared bounds; chargeback evidence bundle composer assembles both verdicts plus mandate/receipt, payment-protocol, and session/delivery evidence into a Merkle-rooted adjudication bundle.

OpenChainGraph · 3 Steps compliance mandate Hash-Anchored §4 chain_depth:3 Client-Side · Zero PII
Chain Topology: Ap2 Mandate Chain Validator → Agent Token Scope Checker → Chargeback Evidence Bundle Composer
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 3 Steps
1 ROOT node
Ap2 Mandate Chain Validator art-01-ap2-mandate-chain-validator
mandate signature-chain, scope/limit, and TTL verdict feeds Stage 2 agent token scope check against the same mandate
MCP Call · validate_ap2_mandate_chain
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "validate_ap2_mandate_chain",
    "arguments": {}
  },
  "id": 1
}
2 D2 node
Agent Token Scope Checker art-385-agent-token-scope-checker
in-scope / out-of-scope verdict and receipt feed Stage 3 chargeback evidence bundle composer as the mandate/receipt evidence group input
MCP Call · check_agent_token_scope
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "check_agent_token_scope",
    "arguments": {}
  },
  "id": 1
}
3 TERMINAL catalog tool
Chargeback Evidence Bundle Composer 567-chargeback-evidence-bundle-composer
assembles mandate-chain and scope verdicts with payment-protocol and session/delivery evidence into a hash-chained, Merkle-rooted adjudication bundle; terminal check
MCP Call · compose_chargeback_evidence_bundle
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "compose_chargeback_evidence_bundle",
    "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.