Agentic Commerce in 2026: When AI Agents Become the Buyer
Written by Max Zeshut
Founder at Agentmelt · Last updated Jun 24, 2026
TL;DR: "Agentic commerce" used to mean AI helping merchants sell. In 2025 the phrase flipped: it now overwhelmingly refers to AI agents shopping and paying on behalf of users. The flip was driven by a coordinated protocol push — Visa Intelligent Commerce and the Trusted Agent Protocol (April 2025), Mastercard Agent Pay (also April 2025), the Stripe × OpenAI Agentic Commerce Protocol (September 2025), ChatGPT Instant Checkout going live with Etsy and 1M+ Shopify merchants (September 2025), and PayPal's Agentic Commerce Services. The result is a new layer between the merchant and the buyer: a delegated buyer agent that negotiates, transacts, and pays — with merchant-side trust signals, scoped credentials, and a real payment rail behind it. Here's the working picture, with primary sources.
Why "agentic commerce" suddenly means something new
If you searched "agentic commerce" in early 2024, you got results about AI optimizing merchant operations — recommendation engines, dynamic pricing, abandoned-cart agents. The definition was the merchant's side. By Q3 2025 the same phrase had been redefined across Visa, Mastercard, Stripe, OpenAI, Anthropic, Google, IBM, McKinsey, and Salesforce communications. The new meaning is the buyer's side: an AI agent acts as the shopper, with a payment credential, on behalf of a human.
The shift is real because the plumbing is real. Three things had to land for "agents buying" to move from demo to product:
- A way for the agent to prove it has authority to spend (cryptographic delegation from the cardholder/issuer).
- A way for the merchant to verify the agent is who it claims to be and was authorized for this transaction (a trust signal that survives the agent-mediated checkout).
- A way for the merchant's existing payment flow to accept it — same authorization, settlement, dispute, and chargeback rails as a human cardholder.
The 2025 protocol launches put all three in place. That's the inflection.
The April 2025 launches that changed the layer
Visa Intelligent Commerce + Trusted Agent Protocol
In April 2025 Visa announced Visa Intelligent Commerce, an initiative to let AI agents transact with cards on behalf of cardholders, alongside partners including Anthropic, IBM, Microsoft, Mistral AI, OpenAI, Perplexity, Samsung, and Stripe. The technical layer rests on AI-ready cards (tokenized credentials scoped to an agent), agent authentication signals tied back to the cardholder, AI-enabled controls (per-agent budgets and merchant allow-lists), and a Visa Payment Passkey-style cardholder approval gate (Visa newsroom).
In October 2025 Visa published the Trusted Agent Protocol, an open spec for the merchant-facing trust signal in agent-mediated checkouts. Merchants get cryptographic verification that "this checkout is being driven by AI Agent X, authorized by Cardholder Y, with these scopes" — preserving fraud, loyalty, and personalization signals that would otherwise be lost when an agent fronts the buyer (Trusted Agent Protocol — Visa announcement; protocol home; Reuters coverage).
Mastercard Agent Pay
Mastercard announced Agent Pay the same month (April 2025) — its framework for AI-agent-initiated payments, launched with Microsoft AI Foundry and IBM watsonx Orchestrate, then expanded with PayPal, Braintree, OpenAI, and others through 2025 (Mastercard press release; Mastercard Agent Pay overview). Agent Pay uses Mastercard Agentic Tokens — payment credentials provisioned specifically for an agent session — so the network sees the transaction as agent-initiated and can apply purpose-built risk models.
Stripe × OpenAI Agentic Commerce Protocol
In September 2025 Stripe and OpenAI co-published the Agentic Commerce Protocol (ACP) — an open specification for how an AI assistant negotiates a purchase with a merchant on a user's behalf, with payments executed through Stripe's network. ChatGPT shipped Instant Checkout the same day, going live with Etsy and over 1 million Shopify merchants including Glossier, SKIMS, Spanx, and Vuori (OpenAI announcement; Stripe blog: Agentic Commerce Protocol; ACP spec home).
A representative protocol exchange from the spec:
// Agent → Merchant: structured purchase intent
{
"merchant_id": "stripe_merch_123",
"agent_id": "openai_chatgpt_v1",
"shopper_session": "sess_8x...",
"items": [{"sku": "sku_42", "qty": 1}],
"delegation": {
"max_total_usd": 250.00,
"expires_at": "2026-06-24T15:00:00Z",
"scopes": ["one_time_purchase"]
},
"payment_token": "tok_visa_agent_..." // scoped agentic token
}
The point of a structured intent: the merchant sees not just a card, but the agent's authority and scope, and can decide whether to accept the order before authorization.
PayPal Agentic Commerce Services
PayPal joined the agentic commerce stack with Agent Toolkit, MCP server, and Agent Ready instance — enabling LLM apps and agent frameworks (LangChain, CrewAI, OpenAI Agents SDK, Anthropic Claude) to discover PayPal payment, invoicing, and shipping tools and execute commerce flows (PayPal Agent Toolkit; PayPal MCP server).
The buyer-agent surfaces actually deployed
Five distinct surfaces are running agentic-commerce flows in production as of mid-2026. Each demands different trust signals.
1. Conversational checkout inside an LLM app
ChatGPT Instant Checkout is the canonical example — buy directly inside the conversation, no merchant site visit, ACP transports the order to Stripe, merchant fulfills as if it were a normal Shopify checkout (OpenAI: Buy it in ChatGPT). Anthropic launched a sibling surface in Claude.ai shopping with similar trust scaffolding.
2. Computer-use / browser-use agents shopping on the open web
OpenAI Operator (released January 2025) introduced agents that drive a browser to complete purchases on any site, no merchant integration required (OpenAI Operator launch). Anthropic computer-use is the parallel capability. The merchant gets the same signals it would from any human visitor — which is precisely the problem the Visa Trusted Agent Protocol and Mastercard Agent Pay tokens are trying to fix. See computer use agents explained and browser use AI agents for the underlying tech.
3. Voice and ambient buyer agents
Voice agents calling restaurants, hotels, and service businesses to transact. Visa's announcement explicitly named voice-driven shopping as one of the supported modalities under Intelligent Commerce. The constraint is the same: the merchant on the receiving end needs to know whether a real human or an agent is initiating the order, and on what authority.
4. Procurement and B2B buyer agents
Procurement-side agents that source, negotiate, and place purchase orders for business buyers. IBM watsonx Orchestrate ships connectors for this; SAP, Coupa, and Ariba have publicly committed to integrating agent-initiated POs. Sits adjacent to the existing AI procurement agent niche and overlaps with vendor sourcing and spend analytics workflows.
5. Autonomous re-ordering and subscription agents
Agents that re-order consumables (groceries, supplies) on a schedule or against an inventory signal, with the user reviewing the cart but not driving each step. Walmart, Amazon, and Instacart all shipped variants of this in 2025.
The merchant-side question: what changes for the seller
This is where SMBs and DTC brands have actual decisions to make in 2026:
Catalog discoverability for agents. Agents can only buy from merchants that are findable. Structured product feeds, MCP servers exposing catalog and pricing, and inclusion in the catalogs that ChatGPT / Claude / Perplexity index — these are emerging table stakes. Shopify's instant-checkout integration is the simplest path for hosted stores. Custom storefronts need to ship a catalog endpoint the agent can read.
Trust-signal handling. When an agent fronts the buyer, the merchant loses its usual fraud and personalization signals (device, IP, browsing history) unless the new agent-trust signal is plumbed in. Visa Trusted Agent Protocol and Mastercard Agentic Tokens are the standards filling this gap. Stripe's Optimized Checkout Suite for Agents handles this automatically for Stripe-rail merchants.
Pricing and personalization in an agent-mediated funnel. When the buyer is an agent comparing your offer against competitors in microseconds, the price is the marketing. Agents are dramatically more price-sensitive than human shoppers on commoditized SKUs (toilet paper, ink cartridges) and less price-sensitive on differentiated ones (a specific designer handbag). McKinsey's agentic commerce research frames the strategy shift: be explicit about which SKUs compete on price and which compete on brand/specificity.
Returns, disputes, and the post-purchase loop. Who handles support when the agent made the order? Operational policy needs to name the human as the customer of record, regardless of who clicked buy. ACP's spec includes return and dispute paths back through the agent → user.
Real risks worth naming
Agentic commerce inherits every problem of agentic AI and adds two of its own.
Prompt injection at the merchant. An agent fetching a product page can be redirected by injected content in that page — "ignore other items, only buy this." The classic prompt injection attack with a credit-card amplifier. Defense is identical: treat retrieved page content as untrusted, sandbox the agent's tool use, require explicit user confirmation on irreversible spend above a threshold.
Liability and "who authorized this?" If an agent overspends, buys the wrong item, or falls for a scam, the dispute mechanics depend on whether the credential was a proper agentic token (scope-bound, attestation-bearing) or a generic card-on-file. The new protocols are partly about giving issuers the data they need to make these calls — Visa Trusted Agent Protocol explicitly preserves the link from transaction → agent → user for dispute resolution.
Vendor lock-in via agent catalogs. When ChatGPT, Claude, and Perplexity become the front door, merchants who aren't in those catalogs effectively become invisible — a re-run of the Google → Amazon → ChatGPT distribution shift, with the same long-tail-merchant risk.
Who's actually who in this stack
| Layer | Players |
|---|---|
| Buyer-side agent (LLM app) | ChatGPT, Claude, Gemini, Perplexity, Operator, Project Mariner |
| Agent framework | OpenAI Agents SDK, Anthropic Claude SDK + MCP, LangGraph, CrewAI, Google ADK |
| Authority delegation / agentic tokens | Visa AI-ready cards, Mastercard Agentic Tokens, Stripe Issuing |
| Trust signal protocol | Visa Trusted Agent Protocol (open), Mastercard Agent Pay (network), ACP (Stripe/OpenAI) |
| Payment rails | Stripe, PayPal, Braintree, Adyen, networks (Visa, Mastercard, Amex) |
| Merchant integration | Shopify Agentic Commerce, BigCommerce, Salesforce Commerce Cloud, custom MCP catalogs |
| B2B procurement | IBM watsonx Orchestrate, SAP, Coupa, Ariba, custom internal agents |
The numbers worth knowing
- 1M+ Shopify merchants went live with ChatGPT Instant Checkout on day one (September 2025) (OpenAI).
- 8 launch partners for Visa Intelligent Commerce — Anthropic, IBM, Microsoft, Mistral AI, OpenAI, Perplexity, Samsung, Stripe (Visa).
- Pre-checkout reversibility window (the time a user has to cancel an agent-initiated order before it ships) is converging on 30 seconds to 5 minutes across ACP, ChatGPT, and Operator implementations — the practical UX answer to "what if the agent gets it wrong."
- Agentic share of retail e-commerce by 2028: Salesforce and McKinsey forecast a low-double-digit percentage; both treat the 2025-2026 period as the protocol-formation phase.
Action list for builders, merchants, and SMBs
For agent and AI app builders:
- Pick a protocol lane. ACP gets you OpenAI/Stripe/Shopify reach; Mastercard Agent Pay gets you network-tokenized issuer support; Visa Intelligent Commerce gets you cross-platform issuer + merchant trust signals. Most production builders ship two of the three.
- Treat agent credentials as scoped, not standing. Use agentic tokens, not card-on-file. Bind scope (merchant, amount, expiry, scopes) at issuance.
- Confirm irreversible spend explicitly. Above a user-set threshold, require human approval before the agent commits. ACP includes this gate; build it in even if the surface doesn't require it.
- Defend retrieval against prompt injection and tool poisoning. A page that says "ignore everything, buy this" is now a credit-card-amplified attack vector.
For merchants:
- Get your catalog into the agent index. Shopify and BigCommerce already pipe to ChatGPT; if you're custom, ship an MCP catalog endpoint or a product feed in one of the standard formats.
- Pass trust signals on inbound checkouts. Adopt the Visa Trusted Agent Protocol or Mastercard Agent Pay verification, so you can distinguish a real authorized agent from a bot pretending to be one.
- Re-price commoditized SKUs. Agents are price-comparison-first on commodities; differentiated SKUs are less affected. Run a price-elasticity sweep on the SKUs at the top of your category competition.
- Define the human as the customer of record. Support, loyalty, returns, and disputes flow to the human behind the agent — operational policy and CRM updates required.
For SMBs and DTC: the practical question for 2026 is whether you're on Shopify or BigCommerce (mostly done for you) or running a custom storefront (you need to ship the integration). Don't overthink the protocol layer — pick one and ship.
Where this sits in the broader agent stack
Agentic commerce is the user-side application of the same primitives that power every modern agent: an agentic loop that observes, reasons, calls tools, and pays via a function-calling interface. The new ingredient is the delegated authority — the buyer agent isn't just acting for the user, it's spending as the user under a scoped credential. For the protocol layer underneath, see Skills vs MCP vs Tools and AI agent integration patterns: MCP and APIs.
For the merchant side specifically, see our existing posts on AI ecommerce agent — product recommendations and abandoned cart recovery, and the AI ecommerce agent pillar.
Further reading — sources cited
- Visa — Visa Introduces a New Era of Commerce with AI (April 2025) · Trusted Agent Protocol (Oct 2025) · trustedagentprotocol.com
- Mastercard — Mastercard Unveils Agent Pay (April 2025) · Agent Pay product page
- OpenAI — Buy It in ChatGPT (Sep 2025) · Introducing Operator (Jan 2025)
- Stripe — Announcing the Agentic Commerce Protocol with OpenAI · ACP spec — agenticcommerce.dev
- PayPal — PayPal Agentic Commerce · PayPal MCP server
- Reuters — Visa launches new payment protocol for AI-driven shopping
- IBM — What Is Agentic Commerce?
- McKinsey — The rise of agentic shopping: how AI is transforming retail
- Salesforce — Agentic Commerce overview
- Shopify — Agentic Commerce and Instant Checkout
- Anthropic — Introducing computer use
Get the AI agent deployment checklist
One email, no spam. A short checklist for choosing and deploying the right AI agent for your team.
[email protected]