TL;DR

  • Stripe built Instant Checkout directly into ChatGPT, letting users complete purchases right in the conversation
  • The core security mechanism is the Shared Payment Token (SPT): AI Agents process payments but never see your actual credit card details
  • Underlying it all is the Agentic Commerce Protocol (ACP)—an open standard developed by Stripe and OpenAI, not exclusive to ChatGPT
  • Google Gemini is also working with Stripe on the same functionality
  • Starting with Etsy, now covering 1 million+ Shopify merchants (Glossier, Vuori, Spanx, SKIMS, etc.)
  • Currently available to U.S. users first

From day one, AI chatbots had a strange limitation: they could help you find what you wanted, but you still had to click over to another website to actually check out.

That’s about to change.

Stripe announced a partnership with OpenAI to build shopping checkout directly into ChatGPT, branded as Instant Checkout. But this isn’t just “adding a checkout button to the chat window”—there’s a complete technical architecture behind it, plus an open standard called the Agentic Commerce Protocol (ACP).

This article breaks down the whole thing from a technical perspective.


How Buying Stuff in ChatGPT Works

Imagine this: you’re telling ChatGPT you need a pair of running shoes, budget around $100 USD, and you need a narrower fit. ChatGPT finds a few options, one from a Shopify merchant that supports Instant Checkout.

Old flow: ChatGPT gives you a link → you click it → fill in your details on another website → checkout.

New flow: ChatGPT shows a product card directly in the conversation → you confirm authorization → payment completes → order confirmation goes to your email.

The whole process stays within the ChatGPT interface.

The reason this works is because the first time you use it, Stripe does something key: creates a Shared Payment Token.


SPT: The Design That Lets AI Pay Without Touching Credit Card Data

Shared Payment Token (SPT) is the core of this system’s security, worth spending a bit more time on.

Traditional API payment flows usually work like this: the service holds your payment method ID and calls the Stripe Charge API when needed. This model works, but for AI Agents there’s a fundamental problem—how do you know the Agent won’t spend your money without your knowledge?

SPT takes a different approach. It separates “holding payment info” from “triggering payment behavior”:

  1. Authorization phase: You link a credit card in ChatGPT settings—this is handled by Stripe’s standard secure flow, which generates an SPT
  2. Agent operation phase: ChatGPT (or any Agent integrated with ACP) gets this Token, not your card number, CVV, or billing info
  3. Payment verification phase: The Agent uses the Token to trigger a transaction, Stripe’s system validates the Token and completes the charge

The Agent only holds the Token throughout—the actual financial data stays in Stripe’s vault, out of the Agent’s reach.

Another benefit: revocability. If you think an Agent is acting up, or you want to stop allowing it to make payments, just revoke the SPT. No need to change your credit card.


ACP: Making This More Than Just a ChatGPT Feature

If Instant Checkout was just a ChatGPT feature, it would at best be “OpenAI’s new selling point.”

But Stripe and OpenAI went bigger—they co-developed the Agentic Commerce Protocol (ACP) and positioned it as an open standard.

ACP解决的问题 is letting AI Agents handle commercial transactions in a standardized way, regardless of who built the Agent or what platform it runs on.

From an architecture perspective, ACP defines a few key things:

1. Identity and authorization How Agents prove themselves to merchants and payment processors, and how users authorize them to transact on their behalf. SPT is the core mechanism here.

2. Product info exchange How merchants provide structured product data (price, inventory, specs) to Agents, so Agents can understand and present products correctly across different platforms.

3. Transaction confirmation flow Before an Agent completes payment, there must be an explicit user confirmation step. ACP has clear specifications for this, preventing Agents from completing transactions without user awareness.

4. Status reporting How Agents get and pass along info for follow-up processes like order confirmations, shipping tracking, and refunds.

This protocol is designed to be implemented by any AI Agent. Beyond ChatGPT, Google Gemini is also working with Stripe to integrate the same functionality—that’s the first concrete validation of ACP’s openness.


Merchant Side: From Etsy to a Million Shopify Merchants

On the merchant integration side, Stripe’s strategy was to leverage existing relationships and scale quickly.

Starting point was Etsy. As one of the first e-commerce platforms to support Instant Checkout, ChatGPT users can directly buy items from Etsy in their conversations.

But the real scale comes from Shopify. Shopify is one of Stripe’s most important partners, and this integration means over 1 million Shopify merchants—including brands like Glossier, Vuori, Spanx, and SKIMS—can all be reached through ChatGPT’s Instant Checkout feature.

For Shopify merchants, this requires almost no extra technical work. If you’re already using Stripe as your payment processor, your products are already in the potential reach of this ecosystem.

Smart move by Stripe. Instead of asking every merchant to separately integrate a new API, they used the existing payment infrastructure to bring in a massive number of merchants all at once.


Why Now?

For AI Agents to safely handle payments, several conditions needed to come together:

Mature enough AI capabilities: Agents need to genuinely understand user intent, find the right products, and judge whether they meet conditions. Pre-2024 models weren’t stable enough for this task.

Technology solutions to the trust problem: Letting AI authorize with your credit card was science fiction for most people a year ago. Token mechanisms like SPT provide a concrete security argument: “The Agent won’t see your card number.”

Large enough ecosystem scale: A feature supporting 5 merchants doesn’t matter, but one covering 1 million Shopify merchants actually gets used.

Regulatory and compliance infrastructure: As a licensed payment institution, Stripe already has complete compliance framework setup, which reduces legal risk for the whole system.

These four conditions came together in 2025-2026, so now’s when it happens.


What It Means for Developers

If you’re building AI-related products or have an e-commerce business, ACP is worth adding to your tech radar.

If you’re developing AI Agents:

ACP defines the standard for how Agents interact with commercial systems. If you want your Agent to have shopping, booking, ticket purchasing, and similar capabilities in the future, following the ACP protocol will save you more effort than inventing something from scratch—and make integration with major platforms easier.

The Token-based authorization design pattern is also worth borrowing: in Agent design, separating “user authorization” from “Agent operation” is an architectural decision that significantly reduces security risk.

If you’re an e-commerce merchant:

In the short term, making sure your store uses Stripe as your payment processor is the simplest preparation. From current signals, Stripe ecosystem merchants will be among the first to benefit from the Agentic Commerce wave.

In the medium to long term, how well-structured your product data is will become more important. AI Agents’ ability to parse clearly structured product info (specs, inventory, price tiers, promotional conditions) will directly impact their performance in Agent recommendation scenarios. Think about what SEO taught us—that’s when people slowly realized how much structured data affects search engine rankings.

If you’re an indie developer:

ACP’s open standard positioning means this ecosystem needs intermediary tools, analytics tools, and testing tools. Which Agent behaviors comply with ACP? Is the merchant’s product data Agent-friendly? These kinds of tools will have demand over the next 12-18 months.

In fact, the commercial interaction infrastructure between Agents is already being built. AgenticTrade.io is a trading platform where AI Agents discover and consume services from each other—if ACP solves “Agents helping people buy things,” then AgenticTrade solves “Agents buying services from Agents.” When Agentic Commerce expands from B2C (Agents helping consumers shop) to B2B (Agent-to-Agent service trading), this kind of infrastructure becomes more critical.


What’s Next for Agentic Commerce

Looking ahead, a few directions are worth watching:

Multi-step transactions: Current Instant Checkout is mainly single purchases. But more complex scenarios—subscription management, purchase-after-comparison, installment payment setups—will these also fall within ACP’s scope?

Refunds and dispute resolution: Purchasing is just the start of the e-commerce process; returns, exchanges, and dispute handling are where it gets complex. How much Agents get involved in this环节 will be an important topic going forward.

Cross-platform Agent authorization: If I authorize an SPT in ChatGPT, does that authorization also apply when I use Gemini? As an open standard, ACP makes cross-platform authorization unification theoretically possible, but there are still many implementation details to sort out.

Enterprise purchasing scenarios: Personal shopping is the first step, but enterprise purchasing workflows (approval, invoicing, multi-user authorization) is a bigger market. ACP’s application in enterprise scenarios should be on both Stripe and OpenAI’s radar.


Wrap-up

The technology for AI Agents to help you buy things is already here.

The Stripe and OpenAI partnership isn’t just a product feature—ACP is an attempt to establish an industry standard. When Google Gemini joins this ecosystem, when 1 million+ Shopify merchants are already in coverage, the network effect for this standard starts to take shape.

For users, this evolves AI assistants from “helping you find info” to “helping you get things done.” For e-commerce merchants, a new reach channel is forming. For developers, the Token-based Agent authorization design pattern and the ACP open protocol are both directions worth deeply understanding.

U.S. users first—launch timelines for other regions待定. But the direction is clear.


FAQ

Q: What’s the relationship between Shared Payment Token (SPT) and my credit card data?

SPT is a proxy credential generated by Stripe after user authorization. AI Agents only receive this Token and have no visibility or access to your real card number, CVV, or billing address. Payment verification is completed by Stripe’s system—the Agent only triggers the transaction flow.

Q: Is ACP only for ChatGPT?

No. ACP (Agentic Commerce Protocol) is an open standard co-developed by Stripe and OpenAI, designed to allow any AI Agent to integrate. Google Gemini is already working with Stripe to integrate the same functionality, and other Agent platforms can follow this protocol in the future.

Q: Which brands and merchants already support Instant Checkout?

Currently starting with Etsy and expanded to over 1 million merchants on the Shopify platform, including Glossier, Vuori, Spanx, SKIMS, and other brands. Currently available to U.S. users first.

Q: As a developer, what should I do to prepare now?

If you have e-commerce products, the most direct step is ensuring Stripe is integrated as your payment processor. Stripe is already advancing ACP standardizaton, and Stripe merchants can expect earlier access. Understanding Token-based authorization flows and Agent permission scope design is also essential coursework for Agentic Commerce development moving forward.

Q: Can Instant Checkout be used in Taiwan now?

Currently officially announced as available to U.S. users first. Launch timelines for Taiwan and other regions haven’t been announced, but given Stripe’s past global roll-out speed, international expansion likely won’t take long.


Further Reading

If you’re interested in Agentic Commerce and AI Agent payments, here are some directions worth diving into:

  • x402 Protocol: An HTTP payment protocol co-developed by Coinbase and Cloudflare, another technical path to enable AI Agent payment capabilities—with design philosophy similar to ACP. Check out AI Agents Auto-Pay API Costs via x402 on this site
  • Stripe Documentation: Following Stripe’s latest ACP spec releases is a primary source for understanding protocol details
  • OpenAI ChatGPT Shopping: OpenAI’s official blog on Instant Checkout’s user-side explanation helps understand the complete flow from the user perspective
  • Shopify AI Commerce Strategy: As a key partner in this integration, Shopify’s论述 on AI’s role in e-commerce is important for understanding the ecosystem direction