Agentic AI checkout is the process by which an AI agent completes a purchase on behalf of a user — handling product selection, payment authentication, and order confirmation through machine-to-machine protocols instead of a human filling out forms.
This is now live in production. OpenAI launched Instant Checkout in ChatGPT using its Agentic Commerce Protocol built with Stripe. Google embedded UCP-powered checkout into Google AI Mode. Both are operating in the United States as of March 2026.
How Agentic Checkout Actually Works
The architecture varies by platform, but the flow follows a consistent pattern:
- Intent capture. The user tells the AI agent what they want. “Find me running shoes under $120 in size 11.”
- Product discovery. The agent queries merchant product feeds through structured protocols (UCP, ACP). No browsing — direct API calls to structured data.
- Selection and comparison. The agent filters, ranks, and presents options based on the user’s criteria.
- Payment authentication. The agent authenticates using Visa’s Trusted Agent Protocol or Mastercard’s Agent Pay, presenting cryptographically signed credentials that prove it has valid authorization from the user.
- Order execution. The agent submits the order, payment is processed, and the user receives confirmation.
OpenAI’s Approach: The Pivot
OpenAI’s journey is instructive. They launched Instant Checkout with a 4% merchant transaction fee and Stripe as the payments backbone. U.S. ChatGPT Plus, Pro, and Free users could buy directly from Etsy sellers within the chat interface, with Shopify merchants (Glossier, SKIMS, Spanx, Vuori) planned next.
However, according to CNBC’s March 2026 reporting, OpenAI found that Instant Checkout didn’t offer the flexibility they wanted. They pivoted: instead of handling checkout directly, OpenAI now lets merchants build dedicated apps within ChatGPT that use the merchant’s own checkout experience. The AI agent handles discovery and selection; the merchant handles the actual transaction.
Google’s Approach: UCP Cart Support
Google’s UCP takes a different approach. Rather than building checkout into a chatbot, UCP provides a protocol layer that any AI shopping agent can use to interact with any merchant’s existing checkout infrastructure. The March 2026 UCP update added cart support — agents can now add multiple items to a shopping cart from a single store in one operation, according to Google’s official blog.
The Security Layer
The critical question in agentic checkout is: how does a merchant know the AI agent has real authorization to spend money on behalf of a user? Both Visa and Mastercard’s protocols use public key infrastructure (PKI) where agents present digitally signed authorization documents with expiration dates, scope limitations, and revocation mechanisms. Cloudflare has published technical documentation on securing these flows.
What Merchants Need to Support
To participate in agentic checkout, merchants need: structured product data accessible via API (not just HTML pages), a checkout flow that can be triggered programmatically, and support for at least one agent payment protocol (UCP, ACP, or direct Stripe integration).
Related Reading
- What Is Agentic Commerce? The Definitive 2026 Guide
- Visa vs Mastercard: The Compliance Race
- Where Can You Use Agentic Commerce Today?

Leave a Reply