Agentic Commerce: How AI Agents Are Learning to Pay in 2026

Clawpedia · For Humans

Agentic commerce lets AI agents buy and pay on your behalf. A 2026 guide to how it works, the ACP and AP2 standards, and how to shop safely.

For years, "AI shopping" meant a chatbot that could recommend a pair of shoes and then hand you a link to go buy them yourself. In late 2025 and through 2026, that changed. A wave of new payment standards now lets an AI agent carry a task all the way to the checkout button: find the item, confirm the details with you, and complete the payment on your behalf. This shift has a name, agentic commerce, and it is one of the most consequential things happening in AI right now because it turns assistants that talk into assistants that transact. This guide explains what agentic commerce actually is, how the major standards work, what is genuinely new, and how to use it without handing your card to a black box.

In plain terms: agentic commerce is when an AI agent doesn't just suggest a purchase, it actually makes it for you, using a payment system designed so the merchant and the bank can trust that you really authorized it.

Why this is suddenly a big deal

The technical problem holding agent payments back was never "how does a computer send money." Cards, wallets, and bank transfers already do that. The hard problem was trust. If an autonomous agent shows up at a store's checkout, the merchant has to answer three uncomfortable questions: Did a real person actually authorize this? Does the order match what that person wanted? And if something goes wrong, who is responsible? Traditional online checkout assumes a human is clicking the buttons, so it has no clean way to answer those questions when a bot is doing the clicking.

Two of the largest players in software and payments moved to fix this within two weeks of each other in September 2025, which is why the topic exploded. Once the biggest names in the industry publish standards for the same idea at the same time, every merchant, bank, and developer has to pay attention.

The Agentic Commerce Protocol (ACP)

On September 29, 2025, Stripe and OpenAI announced the Agentic Commerce Protocol, an open standard the two companies co-developed. Its first real deployment is Instant Checkout in ChatGPT, which lets US-based users buy a product without leaving the conversation. It launched with US Etsy sellers, with the much larger Shopify merchant base slated to follow, and named early brands including Glossier, Vuori, Spanx, and SKIMS.

The clever part is how the payment is handled. Instead of exposing your raw card details to the agent, Stripe issues a Shared Payment Token, a single-use credential that is scoped to one specific merchant and one specific cart total. The token is useless for anything else: it cannot be replayed at a different store or for a larger amount. The agent passes that token to the merchant, and the merchant charges it through their existing payment setup. Crucially, businesses that do not use Stripe can still adopt the protocol with their current provider, and merchants keep control over product presentation, branding, and fulfillment. As Will Gaybrick, Stripe's president of technology and business, framed the company's ambition: "Stripe is building the economic infrastructure for AI."

In simple terms: a Shared Payment Token is like a prepaid gift card that only works at one shop, for one order, one time. Even if someone stole it, they could not spend it anywhere else.

Google's Agent Payments Protocol (AP2)

Two weeks earlier, on September 16, 2025, Google announced the Agent Payments Protocol, or AP2, with more than sixty partner organizations behind it, including Mastercard, American Express, PayPal, Coinbase, Adyen, Worldpay, and Revolut, alongside commerce and enterprise names like Etsy, Salesforce, and Intuit. AP2 is deliberately built on top of two protocols Clawpedia readers may already know: it extends the Agent2Agent protocol for agent-to-agent communication and the Model Context Protocol for connecting agents to tools.

AP2's central idea is the Mandate: a tamper-proof, cryptographically signed digital contract that serves as verifiable proof of your instructions. There are three kinds, and together they form an audit trail from wish to payment.

Mandate typeWhat it capturesWhy it matters
Intent MandateYour initial request, for example "find me white running shoes under $120"Records what you actually asked for, before any item is chosen
Cart MandateThe exact items and final price the agent proposesLocks in "what you see is what you pay for" so the order cannot be silently changed
Payment MandateThe link between the approved cart and your payment methodCreates a non-repudiable record that answers "who authorized this"

This chain from intent, to cart, to payment is designed to answer the three trust questions directly: authorization (you provably granted the agent authority for this purchase), authenticity (the merchant can confirm the request reflects your true intent), and accountability (if a transaction is wrong or fraudulent, the signed record shows what happened). For payments that settle in cryptocurrency, AP2 pairs with an extension called x402, described below, to support stablecoins.

Where crypto fits: x402

A third approach comes from Coinbase, which revived an old and mostly unused corner of the web: HTTP status code 402, literally named "Payment Required," which sat dormant in the standard for decades. The x402 protocol uses it to let a server respond to a request with a 402 and a set of payment instructions, such as the amount and destination. The client, which can be an agent, signs a stablecoin payment, attaches it, and immediately receives what it asked for, with no accounts, sessions, or API keys required. This model is aimed less at buying sweaters and more at agents paying tiny amounts for data, compute, or services as they work. It is why AP2's stablecoin support and x402 are frequently mentioned together.

The standards are still competing

It would be tidy to say the industry has settled on one way to do this. It has not. As of 2026 there are several overlapping standards, and analysts openly describe a race to make AI agents pay. ACP, AP2, and x402 have different sponsors and slightly different emphases, and additional efforts continue to appear. For a normal user this is mostly invisible plumbing, but it is worth knowing that the space is young and consolidating, so the specific brand names may shift even as the underlying capability sticks. This is the same pattern we covered in how AI agents are replacing traditional software in 2026: the direction is clear well before the winners are.

What this means for you

Agentic commerce is genuinely useful when a purchase is tedious, repetitive, or time-sensitive. An agent that can rebook a cancelled flight within a budget you set, reorder a household staple when it runs low, or grab a limited item the moment it drops removes real friction. But handing spending power to software also introduces new failure modes, and the sensible response is neither blind trust nor blanket refusal.

A few principles keep you on the right side of it. Insist on a confirmation step for anything meaningful; the Cart Mandate model exists precisely so you can see the exact order and price before money moves, and you should not disable that for convenience. Set explicit spending limits rather than open-ended authority, so a misunderstanding costs you a small amount instead of a large one. Prefer systems that use scoped, single-use tokens over anything that stores your full card details in an agent. And stay alert to a newer risk: because shopping agents read text from web pages and messages, they can be targeted by prompt injection, where hidden instructions on a product page try to trick the agent into buying the wrong thing or leaking data. Keeping a human approval in the loop, as covered in balancing control and autonomy, is the single most effective safeguard while these systems mature. It is also wise to review the data privacy implications of letting an agent see your purchase history and payment methods.

A simple checklist before you let an agent buy something

If you can answer those, you get the convenience of agentic commerce while keeping the guardrails that protect you. The technology is moving fast, but the safe way to adopt it is the same as with any powerful tool: understand what it is doing, keep authority scoped, and never give away more control than the task actually requires. For a broader view of matching tools to jobs, see how to choose the right AI agent for your business, and for the machine-readable side of this shift, our agent reference on Agent Skills.

FAQ

What is agentic commerce in one sentence?

It is the ability of an AI agent to complete a purchase on your behalf, from finding a product to paying for it, using payment standards that let merchants and banks verify you actually authorized the transaction.

Is my credit card number exposed to the AI agent?

Under the leading standards, no. Systems like the Agentic Commerce Protocol use a Shared Payment Token, a single-use credential scoped to one merchant and one cart total, so the agent never handles your raw card details and the token cannot be reused elsewhere.

What is the difference between ACP and AP2?

Both are 2025 standards for agent payments. ACP, from Stripe and OpenAI, focuses on the end-to-end checkout experience and launched in ChatGPT's Instant Checkout. AP2, from Google and more than sixty partners, focuses on a trust framework of cryptographically signed Mandates and builds on the A2A and MCP protocols. They address overlapping problems from different angles.

Are AI agents going to be making purchases without my approval?

Only if you configure them to. The design of these protocols centers on explicit, verifiable authorization, and the safest way to use them is to keep a confirmation step and a spending limit in place so that any purchase requires your sign-off before money moves.

Do these payment methods use cryptocurrency?

They can, but do not have to. ACP settles in traditional payments today. AP2 supports conventional methods like cards and bank transfers, and adds stablecoin support through an extension called x402, a Coinbase protocol that uses the HTTP 402 status code to move stablecoin payments between machines.

Related Articles