AP2 vs ACP vs x402: The Three Payment Protocols Fighting for the Agent Economy (June 2026)
Google AP2, Stripe ACP, and Coinbase x402 all launched within 8 months. This comparison shows which protocol your site needs to support first—and why most small businesses won't touch agent payments until late 2027.
Three competing agent payment protocols launched between September 2025 and May 2026: Google's AP2 (donated to FIDO Alliance April 28, 2026), Stripe+OpenAI's ACP (live with ChatGPT Instant Checkout since February 16, 2026), and Coinbase's x402 (moved to Linux Foundation April 2, 2026 with 154 million transactions processed). AP2 focuses on cryptographic mandates for authorization, ACP optimizes for conversational chat-to-buy flows, x402 handles HTTP-native stablecoin micropayments. None are interoperable today—merchants wanting agent-ready checkout will need to support at minimum two (ACP for ChatGPT traffic + x402 for API-level agent requests) by Q4 2026. Small businesses should wait: enterprise integrations are still in pilot, liability frameworks remain undefined, and the standards war hasn't consolidated.
Note: OpenHermit makes sites readable + actionable by high-capability autonomous agents through WebMCP structured data. Agent payment protocols sit one layer below—they're the settlement rails agents call when a transaction needs to finalize. This post compares the three protocols vying to become that standard rail.
154M
x402 Transactions (Base + Solana)
119M on Base, 35M on Solana as of April 2026 (Solana.com x402 data).
60+
AP2 Consortium Partners
Mastercard, PayPal, Coinbase, Revolut, Adyen, Etsy, JCB, UnionPay (Google Cloud Blog, April 2026).
700M
ChatGPT Weekly Users (ACP-Ready)
OpenAI's ACP powers Instant Checkout for 700 million weekly ChatGPT users (OpenAI, May 2026).
The Standards War Nobody Asked For
Between September 2025 and May 2026, the payments industry fragmented into three non-interoperable agent payment protocols. Google donated AP2 to the FIDO Alliance on April 28, 2026, positioning it as the "universal" standard backed by card networks and crypto providers. Stripe and OpenAI shipped ACP on February 16, 2026, optimized for ChatGPT's conversational commerce and live with Etsy, Shopify, and over 1 million merchants. Coinbase launched x402 in May 2025 and moved it to the Linux Foundation on April 2, 2026, targeting HTTP-native micropayments for AI agents and APIs.
The divergence isn't accidental—each protocol solves a different layer of the agent commerce stack. AP2 is the authorization layer (proving the human approved the purchase). ACP is the checkout layer (managing cart negotiation inside chat). x402 is the settlement layer (executing per-call stablecoin payments). In theory they compose. In practice, merchants must choose which surface matters most: Google's discovery layer (AP2), ChatGPT's 700 million users (ACP), or API-level agent requests (x402).
For small business operators, the strategic read is simpler: wait. Enterprise pilots are underway, but liability frameworks remain undefined, and no single protocol has achieved network effects. The competitive window for agent payments opens in late 2027 when one protocol (or a merger) consolidates the market.
AP2: Google's Cryptographic Mandate System
Google released AP2 v0.2 on April 28, 2026, alongside the announcement that it was donating the protocol to the FIDO Alliance for community governance. The headline obscures the strategy: Google needs agent payments to preserve its advertising revenue as users delegate shopping to AI instead of typing keywords into search.
AP2 uses W3C Verifiable Credentials to create tamper-proof digital contracts called Mandates. A user approves a purchase by signing a Checkout Mandate (shared with the merchant) and a Payment Mandate (shared with the credential provider, networks, and payment processor). Each Mandate exists in an Open state (capturing user constraints for autonomous execution) and a Closed state (binding to a finalized transaction). The cryptographic answer to "did the human approve this?" lives inside the protocol, not inside vendor-specific compliance language (No Hacks blog, April 2026).
What AP2 Actually Does
AP2 is payment-method agnostic. It works with credit cards, debit cards, real-time bank transfers, and stablecoins. To support crypto payments, Google collaborated with Coinbase, Ethereum Foundation, and MetaMask to create the A2A x402 extension—a production-ready solution for agent-based crypto payments that wraps x402 settlement inside an AP2 authorization envelope (Google Cloud Blog, September 2025).
The protocol supports "Human Not Present" payments—agents can execute pre-authorized transactions when the human owner is not on the call. Google's named example is securing limited-run tickets the moment they go on sale. The general case is any transaction that must complete on a clock the human cannot be present for (Google Pay Blog, April 2026).
Three named AP2 deployments are public as of June 2026: PayPal's wallet integration with Google Cloud Conversational Commerce Agent, the Mastercard Agent Pay pilot inside PayPal, and the A2A x402 extension for crypto payments. Each tests AP2 against a different deployment shape—wallet-resident credential, network-hosted acceptance, and stablecoin settlement (Eco.com support docs, April 2026).
The Strategic Calculation
AP2 is the broadest protocol: open, vendor-neutral, payment-method agnostic, and built on W3C standards. Mastercard Agent Pay and Visa Trusted Agent are network-specific schemes that focus on card-rail tokenization. The practical read: AP2 is the only one of the agent-commerce protocols that targets the full lifecycle (intent capture, cart binding, payment authorization) across both fiat and stablecoin rails (Eco.com AP2 explainer, May 2026).
Google's revenue rested on $262.7 billion in advertising and $58 billion in cloud as of 2025. As consumers delegate purchases to AI agents instead of typing keywords, the search advertising model destabilizes. Google is using AP2 to capture both the discovery layer (via UCP, the Universal Commerce Protocol) and the payment layer, ensuring that agent-driven commerce flows through Google infrastructure whether or not the transaction happens inside Google surfaces (Tiger Research, May 2026).
ACP: Stripe + OpenAI's Chat-Native Checkout
Stripe and OpenAI announced the Agentic Commerce Protocol (ACP) on February 16, 2026, alongside ChatGPT Instant Checkout. U.S. ChatGPT users can now buy from Etsy sellers and over a million Shopify merchants (Glossier, SKIMS, Spanx, Vuori) directly in chat. The flow is simple: the user asks for product recommendations, ChatGPT presents options, the user clicks "Buy," and Stripe issues a Shared Payment Token (SPT) scoped to the merchant and cart total (OpenAI blog, February 2026).
SPTs are the payment primitive that makes ACP work. They're reusable and convenient (buyers use existing saved payment methods without re-entering details), secure and interoperable (underlying credentials are not exposed), and protective against fraud (powered by Stripe Radar with risk signals including likelihood of fraudulent dispute, card testing, stolen card, and issuer decline). The SPT is passed to the merchant via API, and the merchant can process the transaction through Stripe—or, if preferred, handle the payment with another provider while still benefiting from Stripe's risk scores (Stripe newsroom, February 2026).
What ACP Actually Does
ACP is conversational-first, anchored to Stripe + OpenAI. It defines the commerce shape inside chat: a Checkout object spawned with the merchant, a SharedPaymentToken issued for one-shot use, and an order placed with receipt returned to chat. Merchants keep customer relationships, decide whether to accept or decline the order, and fulfill with existing systems (xpay.sh ACP explainer, April 2026).
The protocol is open source, Apache 2.0 licensed, and community-designed. Businesses not processing with Stripe can still adopt ACP with their existing payment providers. As of April 17, 2026, the spec includes cart, feed, orders, authentication, and Model Context Protocol (MCP) integrations. The GitHub repo shows dated versions from 2025-09-29 (initial release) through 2026-04-17 (current stable), with an unreleased development branch (GitHub agentic-commerce-protocol repo, June 2026).
OpenAI charges 4% on completed transactions, comparable to marketplace fees. Over 1 million merchants are already live on ACP through Shopify's auto-enrollment. ChatGPT processes 50 million shopping queries daily. During Cyber Week 2025, retailers with AI agent integration (largely via ACP) saw roughly 7x better sales growth than those without (Paz.ai ACP guide, February 2026).
The Strategic Calculation
ACP is optimized for conversational, chat-based AI environments. The primary difference from AP2 lies in scope: ACP is highly optimized for "chat-to-buy" handshake, while AP2 is surface-agnostic and covers authorization across all agent types. ACP is the protocol behind the fastest-growing AI shopping channel in the world—ChatGPT Shopping (wearepresta.com ACP guide, March 2026).
For small businesses, ACP integration is straightforward if you already process payments with Stripe. You can enable agentic payments in as little as one line of code. If you use another payment processor, you can still participate in Instant Checkout by using Stripe's Shared Payment Token API or adopting ACP with your existing provider (OpenAI Instant Checkout announcement, February 2026).
x402: Coinbase's HTTP-Native Stablecoin Protocol
Coinbase launched x402 in May 2025, reviving the HTTP 402 "Payment Required" status code to enable AI agents and software to make instant stablecoin payments onchain. When an AI agent requests a resource that costs money, the server replies with an HTTP 402 response. The agent reads the payment instructions, signs a stablecoin transaction, attaches the proof, and retries the request. The server verifies the payment and returns the data. The entire cycle takes seconds, requires no login, and settles onchain (Eco.com x402 explainer, April 2026).
x402 moved to the Linux Foundation on April 2, 2026, alongside the formation of the x402 Foundation. Early participants include Adyen, Amazon Web Services, American Express, Circle, Cloudflare, Coinbase, Google, Mastercard, Microsoft, Shopify, Stripe, and Visa. Core members span cloud infrastructure, payments, AI, and crypto—a signal that x402 is being positioned as foundational plumbing for the agentic economy rather than a crypto-only standard (PYMNTS, April 2026).
What x402 Actually Does
x402 is the HTTP-native settlement protocol. When an agent pays USDC for a CoinGecko API call, x402 carries the payment. It does not address authorization in the AP2 sense—an agent calling x402 today might use any wallet credential, scoped or not. The A2A x402 extension closes that gap by letting AP2 mandates carry into x402 settlement, giving crypto payments the same audit trail card payments get under AP2 (Eco.com x402 vs AP2, May 2026).
The protocol is chain-agnostic by design. It supports all ERC-20 payments on Base, Polygon, Arbitrum, World, and Solana via EIP-3009 (USDC, EURC) or Permit2 (any ERC-20). Coinbase's CDP facilitator provides a generous free tier (1,000 transactions/month, then $0.001/transaction). Settlement is final at block time (sub-second on Solana, two seconds on Base), and gas costs on layer-2s like Base are fractions of a cent per transfer (Coinbase Developer Platform docs, June 2026).
As of June 2026, x402 has processed 154 million transactions (119 million on Base, 35 million on Solana). Daily volume sits around $28,000, much of it from testing and experimental transactions rather than real commerce. Critics note the gap between the ecosystem's roughly $7 billion valuation and actual transaction volume. Supporters argue that x402's true utility will emerge as more AI-driven, pay-per-use services come online (CoinDesk, March 2026).
The Strategic Calculation
x402 is the lightest of the three protocols—it's a settlement rail, not a checkout system. It handles per-call API payments that ACP and AP2 don't address. x402 powers micropayments where traditional payment processors are economically unviable. A single AI agent research task might call a specialized API tens of thousands of times. Traditional credit card networks charge fees that make sub-cent payments margin-negative. x402 charges only blockchain gas (fractions of a cent) plus facilitator fees ($0.001/transaction after the free tier) (a16z quoted in CoinDesk, March 2026).
Amazon Bedrock AgentCore launched payment capabilities in partnership with Coinbase and Stripe in April 2026, integrating x402 as the default micropayment protocol. When an agent sends a request to a paid endpoint and receives an HTTP 402 response, the payment manager authenticates with the configured wallet, executes the stablecoin payment, attaches payment proof, and delivers the content back to the agent—all within the execution loop. Spending limits are enforced per session (AWS Machine Learning Blog, May 2026).
The Layer Confusion: Why All Three Exist
The three protocols sit at different layers of the agent commerce stack, which is why they coexist instead of competing directly:
MCP (Model Context Protocol) gives an agent tools and context. It's the data layer that lets agents access product information in real time. Released by Anthropic in November 2024, MCP standardizes how an LLM connects to data sources. It's payment-agnostic by design (Eco.com protocol comparison, April 2026).
A2A (Agent2Agent) lets agents talk to each other. Google released A2A in April 2025 to standardize agent-to-agent discovery and task delegation. It's also payment-agnostic. Where MCP might expose a "checkout" tool and A2A might route a task to a merchant's fulfillment agent, the payment itself is out of scope (Google A2A spec, April 2025).
UCP (Universal Commerce Protocol) is Google's Layer 2 checkout protocol that standardizes how storefront data is surfaced inside Gemini. It's discovery-first, open, anchored to Google + Shopify. Most merchants will publish to both ACP and UCP surfaces over time (xpay.sh protocol comparison, May 2026).
AP2 is the Layer 3 security framework that cryptographically protects the purchase once the cart is built. It sits one layer below MCP and A2A. MCP gives an agent tools, A2A lets agents negotiate, AP2 settles the authorization (Tiger Research protocol comparison, May 2026).
ACP handles consumer checkout—it defines the transactional "chat-to-buy" handshake. It's conversational-first and optimized for the ChatGPT surface (Paz.ai ACP vs UCP, March 2026).
x402 handles per-call API payments. It settles a request, not a cart. They live at different layers—ACP settles a cart, x402 settles a function call (xpay.sh x402 explainer, May 2026).
📘 The Real-World Integration Path (June 2026)
If your small business wants to be agent-ready by Q4 2026, here's the pragmatic stack:
• ACP if you process payments with Stripe and want ChatGPT traffic (700M weekly users). One line of code, live in under an hour.
• x402 if you run APIs or paid data feeds that agents will call programmatically. Free tier covers 1,000 transactions/month, then $0.001 each.
• AP2 if you're in B2B procurement or complex multi-agent workflows where cryptographic audit trails matter for compliance. Expect 6+ month integration cycles.
Most SMEs should deploy ACP first (Stripe + ChatGPT traffic is the highest-intent, lowest-friction entry point), add x402 if you monetize APIs, and monitor AP2 adoption in your vertical before committing engineering time.
The Fraud, Liability, and Compliance Gaps Nobody's Solved
All three protocols improve traceability, but none have reconciled with existing regulatory frameworks. AP2 mandates provide audit trails, but the protocol does not yet solve who is liable if an agent executes a mistaken or fraudulent transaction—the user, the merchant, the platform, or the protocol itself. PCI-DSS requirements, data residency laws, and financial crime monitoring obligations still require manual alignment (Everest Group research, September 2025).
Adversarial risks remain unaddressed. Malicious or manipulative agents could exploit these protocols to push unwanted offers, make overpayments, or trigger unintended purchases. Guardrails against dark patterns and collusive agent behavior will be critical. The FATF (Financial Action Task Force) has not issued an official guideline on whether AI agents are classified as VASPs (Virtual Asset Service Providers) as of June 2026. Micropayment transactions of $0.001 to $0.01 fall below every national AML threshold individually, but aggregation rules remain undecided (agentpaytrend.com protocol comparison, April 2026).
Dispute resolution is the largest unresolved gap. Card networks have decades of chargeback infrastructure. When an agent buys the wrong item or a merchant ships a defective product, who adjudicates? ACP relies on Stripe's existing dispute machinery, but that system assumes a human initiated the purchase. AP2's cryptographic mandates create a non-repudiable audit trail, but the legal framework for interpreting those mandates in court is untested. x402 settles onchain, where transactions are final—there is no chargeback mechanism at all (The Payments Association, May 2026).
Why Small Businesses Should Wait
The agent payment standards war is early. AP2 has the broadest coalition but the slowest traction (PayPal and Mastercard pilots only). ACP has the highest traffic (ChatGPT's 700M users) but narrow surface coverage (conversational commerce only). x402 has the most transactions (154M) but the lowest real-world revenue ($28K daily volume, much of it test traffic).
None are interoperable. Supporting all three requires separate engineering integrations, separate compliance reviews, and separate fraud models. Early adopters gain positioning advantage, but late movers avoid rework when the market consolidates or standards merge.
For small businesses, the pragmatic path is:
If you already use Stripe: enable ACP. One line of code, ChatGPT's 700M users, and Stripe handles fraud + compliance.
If you run paid APIs: integrate x402. Free tier covers testing, $0.001/transaction scales with usage, and agents need programmatic payment rails.
If you're in regulated industries or B2B procurement: monitor AP2 adoption in your vertical. The cryptographic audit trail matters for compliance, but liability frameworks are undefined.
If you're bootstrapped with <10 employees: wait. The standards war plays out through 2027. Deploy WebMCP structured data today so agents can discover + navigate your site. Add payment protocols when one achieves network effects.
# ACP integration (Stripe customers only)
# One-line enablement for ChatGPT Instant Checkout
stripe.PaymentIntent.create({
amount: 2500,
currency: "usd",
payment_method_types: ["card", "shared_payment_token"],
metadata: { acp_enabled: true }
})
What Happens When the Standards Consolidate
History suggests three outcomes: winner-take-all (Visa/Mastercard in offline commerce), peaceful coexistence (PayPal + Stripe in online), or regulatory intervention (PSD2 in Europe forcing Open Banking). The agent payment market is heading toward peaceful coexistence with protocol-specific niches:
ACP owns conversational commerce (ChatGPT, future OpenAI surfaces, Stripe-native merchants). If Meta integrates with ACP for Instagram/WhatsApp commerce, network effects compound rapidly.
x402 owns API-level micropayments (agent-to-agent requests, data feeds, compute marketplaces). If AWS, Google Cloud, and Vercel adopt x402 as the default billing rail for serverless + AI workloads, it becomes infrastructure-layer plumbing.
AP2 owns regulated industries + B2B procurement. If card networks (Mastercard, Visa, Amex) standardize on AP2 for agent tokenization and enterprise buyers require cryptographic mandates for audit compliance, it captures the high-value, low-volume segment.
The merger scenario is also plausible. The A2A x402 extension already shows how AP2 authorization can wrap x402 settlement. If Google, Stripe, and Coinbase align on a unified stack (UCP for discovery, AP2 for authorization, ACP for checkout, x402 for settlement), merchants integrate once and reach all surfaces. The Linux Foundation (x402) and FIDO Alliance (AP2) governance models create neutral homes for this convergence.
The regulatory intervention scenario is darker. If agent fraud spikes before liability frameworks clarify, European regulators could mandate a single approved protocol (likely AP2, given FIDO Alliance governance). U.S. markets fragment further as networks launch proprietary schemes. Merchants face a compliance maze where agent payments are legal in some jurisdictions, restricted in others, and require different protocols per region.
Do I need to support all three protocols to be agent-ready?
No. Most small businesses should start with ACP if you use Stripe (ChatGPT's 700M users) or x402 if you run paid APIs (programmatic agent requests). AP2 matters for regulated industries + B2B procurement where cryptographic audit trails are required. Supporting all three makes sense only if you operate at scale across consumer checkout, API monetization, and enterprise procurement.
Which protocol has the most transaction volume?
x402 by count (154 million transactions as of April 2026), but most are test traffic and micropayments. ACP by revenue (ChatGPT processes 50 million shopping queries daily with 4% transaction fees). AP2 by partnership size (60+ organizations including Mastercard, PayPal, Visa), but real-world deployment is limited to pilots (Source: Solana x402 data, OpenAI blog, Google Cloud announcement, all April-May 2026).
Can these protocols interoperate?
Partially. The A2A x402 extension (announced by Google and Coinbase in September 2025) lets AP2 mandates wrap x402 stablecoin settlement, giving crypto payments the same authorization rigor as card payments. ACP and AP2 do not interoperate directly as of June 2026. Most platforms will support ACP for conversational commerce + x402 for API payments, with AP2 adoption driven by compliance requirements (Source: Google Cloud Blog, Eco.com protocol comparison, May 2026).
Who's liable if an agent makes a fraudulent purchase?
Unresolved as of June 2026. AP2 creates a cryptographic audit trail showing who authorized what, but legal frameworks for interpreting those mandates in court are untested. ACP relies on Stripe's existing dispute machinery, which assumes a human initiated the purchase. x402 settles onchain where transactions are final—there is no chargeback mechanism. FATF has not issued guidance on whether AI agents are classified as VASPs. Expect regulatory clarity in late 2026 or early 2027 (Source: Everest Group, The Payments Association, agentpaytrend.com, all April-May 2026).
Is x402 only for crypto payments?
Primarily, yes. x402 uses stablecoin settlement (USDC, EURC, any ERC-20 via Permit2) on Base, Solana, Polygon, Arbitrum, and other chains. The protocol is designed to support fiat networks in the future, but as of June 2026 all production implementations use onchain settlement. Three structural properties make stablecoins the default: dollar-denominated (agents reason in USD), final settlement in sub-second to 2 seconds, and gas costs under $0.01 on layer-2s (Source: Coinbase CDP docs, Eco.com x402 guide, June 2026).
What does "agent-ready" mean for a small business site?
Layer 1 (discovery): Structured data (WebMCP, JSON-LD, llms.txt) so agents can find + understand your products. Layer 2 (authorization): Payment protocol integration (ACP for ChatGPT checkout, x402 for API requests, AP2 for B2B workflows). Layer 3 (compliance): Agent spend controls, fraud detection tuned for non-human behavior, and liability framework alignment. Most SMEs should focus on Layer 1 today (WebMCP structured data) and add Layer 2 (ACP or x402) when agent traffic exceeds 5% of total sessions (Source: OpenHermit editorial canon, June 2026).
How do I test ACP integration without going live?
Stripe provides test mode for ACP with sandbox merchants and simulated SharedPaymentTokens. The ACP GitHub repo includes example requests, responses, and OpenAPI specs for the 2026-04-17 stable version. If you process with Stripe, enable payment_method_types: ["shared_payment_token"] in test mode and simulate ChatGPT checkout flows without exposing real payment credentials. Full docs at docs.stripe.com/agentic-commerce/acp (Source: GitHub agentic-commerce-protocol repo, Stripe ACP docs, June 2026).
Sources & Methodology
All data verified against primary sources as of June 13, 2026:
- AP2 specification, mandate schemas, FIDO Alliance donation: Google Cloud Blog (April 28, 2026), No Hacks blog (April 2026), Eco.com AP2 guide (May 2026)
- ACP transaction volume, ChatGPT user count, Shopify enrollment: OpenAI blog (February 16, 2026), Paz.ai ACP guide (February 2026), Stripe newsroom (February 2026)
- x402 transaction counts, Linux Foundation move, facilitator fees: Solana.com x402 page (June 2026), PYMNTS (April 2, 2026), Coinbase CDP docs (June 2026)
- Protocol comparison, layer architecture: Tiger Research (May 2026), xpay.sh explainers (April-May 2026), Eco.com protocol comparison (May 2026)
- Fraud, liability, compliance gaps: Everest Group research (September 2025), The Payments Association (May 2026), agentpaytrend.com (April 2026)
- AWS AgentCore integration: AWS Machine Learning Blog (May 2026)
Figures refresh quarterly. Protocol specs change frequently—always verify against official GitHub repos (google-agentic-commerce/AP2, agentic-commerce-protocol/agentic-commerce-protocol, coinbase/x402) before integration.
The Competitive Window
The agent payment standards war consolidates between Q4 2026 and Q2 2027. Early adopters who integrate ACP (Stripe + ChatGPT) or x402 (API monetization) before their competitors capture positioning advantage in agent-driven commerce. Late movers face rework risk when standards merge or one protocol achieves network effects.
The strategic read for small businesses: WebMCP structured data today (so agents can discover your site), ACP or x402 integration Q4 2026 (when agent traffic crosses 5% of sessions), AP2 monitoring (compliance-driven adoption in regulated verticals). The window is opening—but it's not fully open yet.
MAKE YOUR WEBSITE
AGENT-READY
Add one script tag. Be discoverable by AI agents in 2 minutes.
Get Started Free →