ACP vs x402
Last verified 2026-06-10Short answer: ACP and x402 operate at different points of the agentic stack. ACP, the Agentic Commerce Protocol (OpenAI and Stripe, 29 September 2025), is a checkout protocol that completes a full purchase between a buyer, an agent and a merchant, and powers Instant Checkout in ChatGPT, with card payments through existing processors (Stripe Shared Payment Token). x402, launched by Coinbase on 6 May 2025, is a lower-level payment primitive that revives the HTTP 402 status code to send native stablecoin payments per request, without accounts or API keys, settling on-chain through facilitators. ACP completes a shopping checkout, x402 settles a machine-to-machine payment. Both are open source under Apache 2.0.
| Criterion | ACP | x402 |
|---|---|---|
| Author / steward | OpenAI and Stripe | Coinbase; spec now the x402 Foundation |
| Announced | 29 Sep 2025 | 6 May 2025 |
| Open-source status | Open source, Apache 2.0 | Open source, Apache 2.0 |
| What it is | Agent checkout / commerce protocol | HTTP-native payment protocol |
| Scope | Completing a purchase between buyer, agent and merchant | Pay-per-request payments for apps, APIs and agents over HTTP 402 |
| Payment type | Card and existing processors (Stripe Shared Payment Token) | On-chain stablecoins via facilitators (exact scheme, EIP-3009) |
| Transport | HTTP (OpenAPI); MCP since 2026-04-17 | HTTP 402 status code and payment headers; MCP and A2A representations |
| Primary use | Buy inside ChatGPT (Instant Checkout) | Pay per API call autonomously, no accounts or keys |
| Notable adoption | OpenAI, Stripe, Etsy, Shopify (coming) | Coinbase, Circle, Anthropic, AWS, NEAR |
Table last verified .