AI Agents Are Shopping With Payment Cards. Is Your Checkout Ready?
In November 2024, Anthropic demonstrated Claude completing an online purchase — navigating a product page, adding to cart, entering shipping details, and confirming payment — without a human touching the keyboard. In January 2025, OpenAI launched Operator with the same capability. By March 2025, Google's Project Mariner had demonstrated autonomous multi-step purchasing across multiple retailers. The agent-as-buyer is not a prototype. It is in production.
What agent commerce actually looks like today
A user delegates a purchasing task to an AI agent: 'Find me the best noise-cancelling headphones under £200 that ship to Ireland within 3 days, and buy whichever scores highest on structured reviews.' The agent fires discovery requests, reads product data, compares structured attributes across vendors, evaluates shipping estimates from structured delivery schema, then navigates to the winning site's checkout. If that checkout requires a CAPTCHA, renders its price in JavaScript that takes 4 seconds to load, or buries the shipping estimator behind a modal that needs hover interaction — the agent fails, abandons, and buys from whoever built a cleaner path.
The checkout stack problem
Most e-commerce checkouts were designed for patient, visual, click-happy humans. Agents are none of those things. They are fast, literal, and intolerant of ambiguity. The four failure modes that kill agent checkouts most reliably: JavaScript-rendered pricing (agents see the pre-render skeleton, not the real price), CAPTCHA triggers on automation-detected user agents, address form validation that relies on browser autofill heuristics rather than structured field names, and session timeouts that fire before the agent has finished reading the product page. None of these are edge cases. All of them are default behaviour in the checkout stacks that power the majority of online retail.
Shopify has been moving fastest here. Their Universal Checkout protocol, announced in late 2024, includes a machine-readable cart API that agents can call directly without touching the HTML UI at all. BigCommerce and WooCommerce have partial equivalents. But the protocol only helps if your checkout is configured to expose it — and most stores aren't.
Real-world examples of agent purchasing
Perplexity's shopping integrations — live since late 2024 — already route purchase-intent queries directly to product listings with pre-filled cart states. When a user asks 'buy me the Anker 777 docking station from Amazon,' Perplexity does not navigate a browser — it calls a structured commerce API. Amazon has one. Most indie retailers don't. The result: agent commerce disproportionately flows to the largest platforms that have invested in machine-readable checkout APIs, starving smaller vendors who haven't. This is the anti-competitive dynamic that agent-ready commerce infrastructure is designed to counter.
Klarna reported in Q1 2025 that a measurable share of their buy-now-pay-later transactions were being initiated by AI agents rather than humans directly. Their engineering team had to add agent-specific session handling to prevent false fraud flags on non-human checkout flows. PayPal has been building similar agent-aware payment flows since late 2024. Stripe announced agent-compatible payment links in early 2025 — a URL format that encodes enough product and pricing data for an agent to complete a transaction without scraping the full checkout flow.
What to fix first
If you sell online and haven't audited your checkout for agent compatibility, start with three things. First, ensure your product pricing is in structured data — not rendered by JavaScript after page load. Schema.org Offer with price, priceCurrency, and availability is the minimum. Second, whitelist known agent user agents (OpenAI's GPTBot, Anthropic's ClaudeBot, Google's Googlebot for Shopping) in your bot protection rules — but rate-limit rather than block. Third, check whether your checkout flow has a machine-readable cart API. If you're on Shopify, enable the Storefront API. If you're on a custom stack, building a simple cart endpoint that accepts structured product identifiers is a week of engineering with a multi-year return.
The window is narrow
Retailers that get agent-compatible checkout working in 2026 will capture purchase flow that competitors with broken agent paths simply won't see. This is not a theoretical advantage — agent-referred purchases are already measurable in Shopify analytics under the 'direct' channel with non-human session characteristics. The volume is small now. The trajectory is not.
See where you stand
Scan any URL and get your AI readiness score across 8 dimensions — free, no account required.
Scan your site free →