Return to News & Insights

What Agentic Payments Are and Why Every Commerce Platform Is Building One

Agentic payments are payment transactions initiated and executed by autonomous AI agents with delegated authority. Every major payment network shipped one in the 12 months ending June 2026.

Close-up of a dark circuit board with illuminated payment network pathways and connection nodes

Agentic payments are payment transactions initiated, managed, and executed by autonomous AI agents acting with delegated authority on behalf of a user or another agent. Every major payment network and commerce platform shipped or announced an agentic payments protocol in the 12 months ending June 2026: Coinbase's x402 in May 2025, Google's AP2 in September 2025, Stripe's Machine Payments Protocol in March 2026, Mastercard's Agent Pay for Machines in June 2026, and Ant International's Agentic Mobile Protocol in April 2026. The forcing function is simple: AI agents need a way to transact programmatically at machine speed, and legacy checkout flows become the bottleneck the moment an agent needs to act autonomously.

What Are Agentic Payments?

An agentic payment is structurally different from both traditional e-commerce payments and programmatic API payments. Traditional e-commerce is user-initiated, browser-based, and multi-step: the human clicks through product pages, adds to cart, enters payment details, and confirms. A programmatic API payment is pre-authorized and server-to-server: one system pays another according to a standing rule, no human in the loop, but no decision-making either.

Agentic payments sit between those two patterns. The execution is programmatic like an API call, but the decision is adaptive and contextual like a human shopper. The agent decides whether to transact based on instructions, context, and constraints, not just how to complete a transaction someone else already chose. A user might tell an agent "buy the cheapest flight to London under £300" or "stock up on coffee when it drops below $12 per bag," and the agent evaluates options, compares prices, checks inventory, and completes the purchase when conditions match, all without further human confirmation.

The defining characteristic is delegated spending authority with defined constraints. A user grants an agent permission once and sets boundaries: spending caps, merchant allowlists, product category restrictions, approval thresholds for transactions above a certain value. The agent then executes many transactions within those bounds, autonomously. That delegation is what separates an agentic payment from a bot running a pre-scripted checkout flow. The latter is automation. The former is agency.

Why 2026 Became the Inflection Year

The timeline tells the story. Six major agentic payment protocols went from announcement to production in less than 14 months, a supply-driven buildout that converged before the use cases fully materialised.

ProtocolAnnouncedStatusGoverned ByPrimary Use Case
x402May 2025Production (100M+ txns)CoinbaseStablecoin micropayments, API access gates
AP2Sept 2025Live, 60+ partnersGoogle, donated to FIDO Alliance 2026Multi-mandate checkout (Intent/Cart/Payment)
MPPMarch 2026LiveStripe + TempoHTTP 402 sessions, streaming micropayments
Visa TAPEarly 202620+ prod integrations, 100+ partnersVisa + CloudflareCryptographic agent identity verification
Agent Pay (AP4M)June 2026AnnouncedMastercardHigh-frequency, low-value M2M settlement
AMPApril 2026Open-sourcedAnt InternationalMobile/wallet interfaces, wearables

What changed in that window: ChatGPT commerce went live in February 2026, then pivoted away from Instant Checkout in March toward merchant-controlled checkout models. Salesforce dual-protocol support (ACP and UCP) shipped in July 2026. Visa partnered with OpenAI in June 2026 to integrate payments into ChatGPT's agent system. The infrastructure layer converged before consumer-facing use cases reached scale, a pattern more typical of enterprise technology adoption than consumer fintech. McKinsey projects $3 to $5 trillion in global agent-mediated commerce by 2030, but the protocols themselves are not waiting for that demand curve to prove out.

The buildout is insurance as much as opportunity. Payment networks and commerce platforms do not get to choose which AI surface their customers use, so they are building to all of them simultaneously rather than betting on one winner. Mastercard, Visa, Stripe, and Coinbase each launched separate protocols because the category has no single shape yet.

The Shared Payment Token Primitive

Before diving into the protocol categories, it helps to understand the technical primitive they share. Both card-based flows and stablecoin-native protocols converge on one structure: the Shared Payment Token (SPT). An SPT is a single-use, time-limited credential an agent can present to complete a transaction without exposing the underlying card number, account details, or private key.

For card and fiat payments, SPTs are the security model that lets an agent transact without holding persistent payment credentials. A breach of the agent's memory does not compromise the user's bank account. Stablecoins bypass the SPT layer when the agent holds the token itself on-chain, but for any payment method that is not natively programmable (cards, ACH, wire transfers), SPTs are the bridge. MPP uses SPTs. AP2 uses SPTs. Visa TAP verifies the agent's identity, and then the agent presents an SPT or AP2 mandate for the actual payment. The pattern is consistent across protocols because the underlying constraint is consistent: an autonomous agent needs revocable, limited-scope access to funds.

The Three Categories of Agentic Payment Protocols

The protocol proliferation is not a standards war. It is evidence the category has multiple structurally distinct jobs, and different protocols solve different ones. They coexist because they do not substitute for each other.

Micropayments and Streaming (x402, MPP)

These protocols handle high-frequency, low-value, often sub-dollar transactions. An agent pays per API call, per content request, per compute resource. Coinbase's x402 has processed well over 100 million transactions on Base, most settling in USDC. Stripe's MPP introduces a sessions primitive that lets agents authorize a spending limit upfront and stream micropayments continuously without requiring an on-chain transaction for each interaction.

Both are stablecoin-heavy by design. Micropayment economics break under traditional card interchange fees; a $0.10 API call priced through Visa would lose money to the swipe fee. Stablecoins settle peer-to-peer on-chain with minimal per-transaction cost, making them the natural fit for agent-to-service payments at fractional-dollar scale.

Real use cases already live: Browserbase lets agents spin up headless browsers and pay per session. PostalForm lets agents pay to print and send physical mail. Prospect Butcher Co. lets agents order sandwiches for human pickup anywhere in New York City. These are not hypothetical—they are production services billing autonomous agents today.

Single-Transaction Checkout (AP2, ACP)

This category covers the familiar e-commerce flow, but agent-mediated. The agent discovers a product, evaluates options, constructs a cart, and completes a purchase. Unlike micropayment protocols, these are payment-method agnostic. Google's AP2 supports cards, ACH, real-time payment systems like FedNow and UPI, and stablecoins. Coinbase and MetaMask shipped stablecoin extensions at AP2's launch, making USDC a first-class funding instrument alongside Mastercard and PayPal.

AP2 introduces three signed mandates carried as W3C Verifiable Credentials: Intent (user authorizes the agent to shop), Cart (agent confirms what it is buying), and Payment (agent executes the transaction). Each mandate is cryptographically signed, creating an auditable chain of authorization from user instruction to completed purchase. The structure is heavier than x402 or MPP because the stakes are higher—single purchases can run hundreds or thousands of dollars, and chargebacks matter.

OpenAI and Stripe's Agentic Commerce Protocol (ACP) occupies similar territory, scoped to single-transaction checkout inside generative AI environments like ChatGPT. Commerce platforms like Salesforce and Shopify are wiring support for both ACP and UCP (the broader standard AP2 fits within) simultaneously, enabling merchants to be transactable across multiple AI surfaces without choosing sides in a protocol fight.

Machine-to-Machine Settlement and Identity (Visa TAP, Mastercard Agent Pay)

Visa's Trusted Agent Protocol (TAP), co-developed with Cloudflare, does not move money itself. It is the identity and trust gate that sits in front of a payment rail. An AI agent attaches signed headers to every request, and the merchant verifies the signature against a Visa-operated directory, treating the request as a known, accountable agent rather than an anonymous bot. By early 2026, Visa TAP had attracted 100+ partners, with 30+ in sandbox testing and 20+ integrating in production, including Adyen, Ant International, Checkout.com, Coinbase, Fiserv, Microsoft, Shopify, Stripe, and Worldpay.

Mastercard's Agent Pay for Machines, launched June 10, 2026, handles settlement at machine speed across multiple funding sources: cards, bank accounts, and stablecoins. The service targets automated transactions at scales fundamentally different from human payments—very high volumes, very small values, very fast, and at extremely low latency. More than 30 companies joined the initiative at launch, including Coinbase, Stripe, Adyen, Checkout.com, Cloudflare, RippleX, Polygon Labs, Solana Foundation, and OKX.

These protocols do not compete with x402, MPP, AP2, or ACP. They stack. An agent paying for API access needs x402 or MPP. An agent buying a product needs AP2 or ACP. An agent proving its identity to a merchant needs TAP. A platform routing agent-to-agent payments at volume needs Agent Pay for Machines. Different jobs, different layers.

What Every Platform Is Actually Building

Not all platforms build protocols. Some implement them. The divide is instructive.

Payment networks build protocols. Visa, Mastercard, Stripe, Coinbase, Google, and Ant International each launched standards because they either own settlement rails or want to own the governance layer for how agents transact. A protocol is a bid for control at the infrastructure level, and the timing—six major protocols in 12 months—signals each network believes the window to define that layer is closing.

Commerce platforms implement multiple protocols. Salesforce, Shopify, and enterprise commerce vendors are wiring their stacks to speak ACP, UCP, AP2, and TAP simultaneously. Dual-protocol support is not hedging. It is the only strategy that reaches the customer. Merchants do not control which AI assistant their shoppers use, so a platform that forces them into a single protocol forecloses a distribution channel on their behalf. Salesforce running ACP for ChatGPT and UCP for Gemini is the same logic that led Stripe, ACP's co-author, to join Google's UCP Tech Council in April 2026 without retiring ACP. The entity that wants to get paid does not get to wait for the standards fight to resolve.

Liability, Disputes, and Who Eats the Loss When an Agent Gets It Wrong

Delegated spending authority creates a new class of payment dispute. If an agent hallucinates a purchase, misinterprets a user's instruction, or completes a transaction based on stale data, who is liable? The existing chargeback and dispute-resolution infrastructure was built for human-initiated transactions where intent is usually clear. Agentic payments introduce ambiguity: the user authorized the agent to transact within certain bounds, but did the user authorize this specific transaction?

The protocols handle this in different ways. AP2's three-mandate structure (Intent, Cart, Payment) creates an auditable chain of authorization that can be presented as evidence in a dispute. Each mandate is cryptographically signed and timestamped, so a merchant or payment network can trace whether the agent acted within its delegated authority. Visa TAP's identity layer provides a similar audit trail by verifying the agent's credentials at transaction time, creating a record of which agent executed which purchase on behalf of which user.

For stablecoin-native protocols like x402, the dispute-resolution model is less mature. On-chain transactions are final, and the user's recourse depends on the platform hosting the agent, not the blockchain itself. If an agent spends USDC from a user's wallet on a bad API call, the user can revoke the agent's access going forward, but clawing back the payment requires the merchant's cooperation or legal action. Mastercard and Visa's existing chargeback infrastructure gives card-based agentic payments an advantage here: the user can dispute an agent-initiated charge the same way they would dispute a fraudulent human-initiated one, and the burden of proof shifts to the merchant.

The open question is how fraud models adapt. Payment networks currently score transactions based on patterns like device fingerprints, IP addresses, and purchasing history. When an agent completes a transaction, those signals change. The "device" is a server, the "location" is a data centre, and the "purchasing history" might be brand new because the agent was spun up yesterday. Networks are building new risk models specific to agent transactions, but the transition period creates exposure for both merchants and users while those models mature.

What This Means for Merchants and Platforms

Three imperatives emerge from the protocol buildout.

Catalog hygiene becomes non-negotiable. Agentic payments depend on clean, real-time product data: accurate stock counts, current pricing, carrier and fulfilment metadata, and structured identifiers that map to whatever schema the protocol expects. An agent cannot guess or smooth over inconsistencies the way a human shopper can. If the product catalog is inconsistent across channels, the agent surfaces the data quality problem rather than solving it. Merchants who have spent the past two years consolidating product data into a single structured source of truth will find agentic payment integration straightforward. Merchants who still maintain divergent catalogs across storefront, marketplace listings, and point-of-sale will find that the protocol is rarely the bottleneck—it is the missing infrastructure underneath.

Multi-protocol support is the only durable strategy for platforms serving enterprise merchants. Picking one protocol is picking one AI surface, and unless a platform controls distribution (it does not), it needs to speak all of them. Salesforce's dual-protocol posture, Shopify's integrations with Visa TAP and AP2, and Stripe's presence across ACP, UCP, MPP, and Agent Pay are all instances of the same insight: the agent commerce layer is multi-homed by necessity, not by accident.

The payment-method-agnostic pattern wins for commerce; the payment-rail-native pattern wins for micropayments. AP2 and Agent Pay for Machines support cards, bank transfers, and stablecoins because e-commerce transactions range from $10 to $10,000, and no single funding method covers that span. x402 and MPP lean stablecoin-heavy because micropayment economics do not work with card interchange. A platform choosing between them is not choosing between competing standards. It is choosing the protocol that matches the transaction profile it needs to support.

The Real Question Is Not Which Protocol Wins

The protocol proliferation looks like a standards fight, but it is not. Standards wars happen when multiple vendors solve the same problem incompatibly (VHS vs Betamax, Blu-ray vs HD DVD). Agentic payment protocols solve structurally different problems: micropayments vs single-transaction checkout vs M2M settlement vs identity verification. The fact that all six launched within 12 months is not evidence of fragmentation. It is evidence the category has no single shape yet, and each protocol is carving out the job it is built for.

The real question is not which protocol wins. It is whether the use cases catch up to the infrastructure. The payment networks built the rails. The commerce platforms wired the integrations. The agents now need reasons to transact at the volume and frequency the protocols were designed to handle. Coinbase's x402 has processed over 100 million transactions, but those are concentrated in a handful of early production services. Ant International's AMP targets 4.4 billion digital wallet users worldwide, but the protocol is still in its open-source phase, not mass deployment.

The infrastructure is live. The demand is projected. The gap between the two is where the actual work happens.

Explore Agentic Payments

Discover our full agentic payments capabilities and infrastructure.

Learn More About Agentic Payments

Frequently Asked Questions