From ap2-agentic-payments
Implements AP2 dispute resolution and accountability with cryptographic evidence, liability allocation, chargeback handling, and audit trails for agentic payment systems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ap2-agentic-payments:ap2-dispute-accountabilityThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Fetch live docs**:
Fetch live docs:
https://ap2-protocol.org/specification/ for the accountability modelhttps://ap2-protocol.org/topics/core-concepts/ for dispute resolution detailsap2 protocol dispute accountability liability mandate evidence for accountability frameworkap2 protocol chargeback fraud resolution for dispute handling patternsIn agentic commerce, the traditional dispute model breaks down:
AP2's VDC-based accountability model provides cryptographic evidence for every dispute scenario.
| Scenario | Key Evidence | Accountability |
|---|---|---|
| First-party misuse | User-signed Cart/Intent Mandate | User — signature proves authorization |
| Agent mispick (user approved cart) | Cart Mandate shows item, user signed | User — they approved the specific cart |
| Agent mispick (unapproved) | Intent Mandate vs cart discrepancy | Shopping Agent/Platform — exceeded intent |
| Merchant non-fulfillment | Valid mandate + payment confirmation vs absent delivery | Merchant — committed via signature |
| Account takeover | Authentication signals during session | CP/User — depends on auth strength evidence |
| Man-in-the-middle | Digital signature verification | Attack prevented — signatures invalid if tampered |
| Price discrepancy | Merchant-signed Cart Mandate vs charged amount | Merchant — signed specific prices |
| Unauthorized transaction | Absence of user signature on mandate | Platform/Agent — no valid user authorization |
For every transaction, AP2 preserves:
Store for the full retention period (at least the refund period):
When a chargeback is filed:
AI Agent Fraud Prevention:
Merchant Fraud Prevention:
Fetch the specification for exact accountability rules, evidence requirements, and retention policies before implementing dispute handling.
npx claudepluginhub orcaqubits/agentic-commerce-skills-plugins --plugin ap2-agentic-paymentsImplements AP2 risk signals framework for agentic payments, covering novel risks like delegated trust and user asynchronicity, risk payload construction, and fraud assessment.
Implements UCP AP2 Mandates for autonomous agent payments using SD-JWT credentials, JWS merchant signatures, and Agent Payments Protocol in 7-step flow with security lock.
Provides ACP patterns for idempotency, error handling, 3D Secure flows, request signing, rate limiting, monitoring, and security best practices. Use when designing architecture or addressing production issues.