AP2 technical specification · Mandate · Payment Intent · Settlement Adapter
ConfidenceLikelyUpdated2026-05-26Review by2026-09-22Sources1Machine-translatedOriginal (JA)
Wiki route
This entry sits under AI Agent payment protocols overview · a 7-protocol survey. Read it against AP2 · Google Agent Payments Protocol overview for peer / contrast context and payments index for the broader system / regulatory boundary.
Key facts
- The Authorization Mandate uses the W3C Verifiable Credential format •
- Items included in the mandate scope: amount, merchant category, time window (typically 24h), and an optional address restriction •
- Wallet Adapter abstraction layer: the same mandate can route to Google Pay (card) or USDC (via Coinbase Onchain Kit) •
- The Risk Score is computed by Google fraud detection AI, with merchants customizing the threshold •
- The audit trail is written back to the user’s Google account, verifiable by multiple parties — user/merchant/regulator •
Mechanism / How it works
Typical flow (5 steps):
- The user tells Gemini “book me a flight next Sunday, budget $800”
- Gemini issues an Authorization Mandate (scope: airline category / limit: $800 / expire: 24h)
- Gemini calls the airline API and submits a Payment Intent (referencing the mandate)
- The airline verifies the mandate + settles via the AP2 settlement adapter (Google Pay or USDC)
- The audit trail is written back to the user’s Google account
The Wallet Adapter is AP2 ’s key abstraction — neither the mandate nor the intent is bound to a concrete settlement rail, and the merchant only needs to integrate 1 AP2 API(s) to simultaneously accept card payments and stablecoin payments (see USD Stablecoin Interchange Market). This differs in route from the x402 protocol (explicitly USDC-first): AP2 is “rail-neutral” · x402 is “USDC-native”. Cross-chain USDC settlement requires coordination between CCTP V2 and chain abstraction.
Origin & evolution
The W3C Verifiable Credentials standard itself has been advanced continuously by the W3C since 2019 , with Google as a core contributor. AP2 ’s spec design directly borrows the VC model as the mandate container, inventing no new authorization object — this lowers the integration cost with the existing identity/DID ecosystem (Microsoft Entra Verified ID, Decentralized Identity Foundation, etc.).
2025-09 draft → 2026-Q1 v1.0; during this period the main adjustments concentrated on the settlement adapter interface and the risk score schema.
Related
Sources
- W3C Verifiable Credentials Data Model
- Google AP2 spec v1.0
- Google AP2 (Agent Payments Protocol) — https://github.com/google-agentic-commerce/AP2
Discovery
Keep reading
Read next
- Circle Agent Stack · USDC agent wallets, nanopayments & marketplaceCircle Agent Stack turns USDC into an agent-facing operating loop rather than only a token balance. A user or developer first funds an Agent Wallet, then defines policy boundaries. The agent...
- Claude Code extension component architectureClaude Code's Agentic Loop (Plan → Act → Observe → Reflect) acquires capabilities through 6 types of extension components.
- Coinbase AgentKit & Agentic Wallets · TEE agent wallets on BaseAgentKit and Agentic Wallets are adjacent but not interchangeable. AgentKit is the open-source agent framework layer: it exposes wallet providers, action providers, and framework adapters so...
Links here
- Agent Payment Protocol four-way comparison matrix 2026 · AP2 / x402 / Skyfire / Nevermined plus ERC-7715 + Lit PKPSelecting an agent payment rail in 2026 is not "pick the best protocol" — it is "compose the layer cake correctly so the merchant accepts, the wallet authorizes, and the regulator does not b...
- AP2 adoption landscape · Google closed loop vs the four-protocol warGoogle's combination of 4 root pillars: Google Pay (6 億 mobile wallet users) + Gemini (hundreds of millions of Android/Chrome/Workspace touchpoints) + influence over the W3C VC standard (a c...
- AP2 · Google Agent Payments Protocol overviewAP2 extends the traditional user-merchant two-party payment into a user-agent-merchant three-party structure, introducing 4 core components:
- Agent2Agent (A2A) · cross-vendor agent interoperability protocolA2A treats agents as peers rather than as hidden function calls. A client agent discovers or is configured with a remote agent, inspects the remote agent's Agent Card, chooses an interaction...
- Visa Intelligent Commerce + Mastercard Agent Pay · Card-Network Agentic Commerce PilotsVisa Intelligent Commerce (announced 2024-Q4, expanded with the Trusted Agent Protocol in 2025) and Mastercard Agent Pay (announced early 2025) are the card networks' answer to the same prob...