AI shopping agents can now find products, compare prices, and make recommendations. But the moment a customer says “buy it,” everything breaks. The agent has to hand the customer back to a browser, force them through a traditional checkout flow, and hope they don’t abandon the cart along the way.
That’s changing fast. Google’s Agent Payments Protocol (AP2), Visa’s Trusted Agent Protocol, and Mastercard’s Agentic Tokens are building the infrastructure for AI agents to complete purchases without ever leaving the conversation. Shopify is integrating with all of them.
The average ecommerce cart abandonment rate sits at 70.19% (Baymard Institute, 2024). Most of that abandonment happens during the checkout flow itself — too many steps, account creation requirements, complicated payment forms. AI agents that can handle checkout in a single conversational step could eliminate most of these friction points entirely.
This guide breaks down how agentic payments work, which protocols are live or launching in 2026, and what Shopify merchants need to do to accept payments from AI agents.

What Are Agentic Payments?
Agentic payments let AI agents complete financial transactions on behalf of a human buyer. Instead of the customer entering their credit card number, shipping address, and clicking through confirmation pages, the AI agent handles all of it programmatically.
Here is how the flow works:
- Customer tells AI agent what to buy: “Order me the blue Nike Air Max 90 in size 11 from the cheapest store with free shipping”
- Agent finds the product: Searches across stores, compares prices, checks availability
- Agent initiates checkout: Sends structured purchase request to the merchant’s checkout API
- Payment authorization: The agent uses a pre-authorized payment token (not the actual card number) to complete payment
- Customer confirms: Gets a single confirmation prompt — “Buy Nike Air Max 90, size 11 for $129 from Store X with free 2-day shipping? Yes/No”
- Transaction completes: Agent handles the rest
The critical difference: the customer never leaves the conversation. No redirects. No forms. No account creation. Just one confirmation and the purchase is done.
This isn’t theoretical. ChatGPT’s integration with Shopify already enables in-conversation checkout for participating merchants. Google’s AI Mode is rolling out shopping actions. And the payment networks are building the financial rails to make it work securely at scale.

The Three Payment Protocols Powering Agentic Commerce
Three major protocols are being built to enable AI agents to process payments securely. Each solves a different piece of the puzzle.
Google Agent Payments Protocol (AP2)
Google’s AP2 is the most mature agentic payment protocol. It’s designed to let AI agents within Google’s ecosystem (Google AI Mode, Gemini, Google Shopping) complete purchases without redirecting the customer.
How AP2 works:
- Merchant registers their checkout API with Google’s Commerce Graph
- When an AI agent initiates a purchase, AP2 creates a secure payment session
- The customer’s saved Google Pay credentials are used (with explicit consent)
- The merchant receives a standard payment token — they process it like any other order
- The customer gets a confirmation within the AI conversation
What Shopify merchants need: Shopify’s integration with Google Merchant Center already provides the product feed. For AP2, merchants need to have Google Pay enabled and their Shopify checkout API accessible via Shopify’s storefront APIs. Shopify is working on native AP2 support through their agentic commerce infrastructure.
Status: Rolling out through Google AI Mode Shopping in phases during 2026.
Visa Trusted Agent Protocol
Visa’s approach focuses on delegated payment authority. Instead of giving the AI agent your card number, you pre-authorize the agent to make purchases within specific limits.
How it works:
- Cardholder grants a Visa-tokenized “agent credential” to their AI shopping agent
- The credential includes spending limits, merchant category restrictions, and time boundaries
- When the agent makes a purchase, it presents the agent credential instead of a card number
- Visa validates the credential against the cardholder’s pre-set rules
- If the purchase falls within authorized limits, it processes automatically
- If it exceeds limits, the cardholder gets a real-time approval request
Key features:
- Spending caps: Set maximum per-transaction and daily limits
- Category controls: Restrict purchases to specific merchant categories (e.g., only electronics, only groceries)
- Merchant allowlists: Limit which specific merchants the agent can buy from
- Time boundaries: Credentials can expire after a set period
What Shopify merchants need: Accept Visa payments through Shopify Payments (most already do). Visa’s tokenized credentials work through the existing card network rails — merchants don’t need to implement anything new on their end.
Status: Pilot program launched Q1 2026 with select partners.
Mastercard Agentic Tokens
Mastercard’s approach is similar to Visa’s but adds an identity verification layer specifically designed for AI agents.
How it works:
- Cardholder registers their Mastercard with the Agentic Token service
- The service generates a unique agent-specific token linked to the card
- The token carries embedded spending rules and merchant restrictions
- AI agents present the token during checkout
- Mastercard’s network validates the token, checks the rules, and processes or declines
Unique features:
- Agent identity verification: Each AI agent gets a verifiable identity that merchants can check
- Transaction-level controls: Rules can be set per transaction type, not just per merchant
- Biometric fallback: For high-value purchases, the system can require biometric confirmation on the cardholder’s phone
What Shopify merchants need: Accept Mastercard through Shopify Payments. Like Visa, the token-based approach works through existing payment rails.
Status: Technical specification published, merchant onboarding beginning mid-2026.
For a broader look at how these protocols fit into the agentic commerce ecosystem, see our guide on agentic commerce platforms.

How Shopify Enables Agentic Checkout
Shopify is positioning itself as the default backend for agentic commerce. When an AI agent wants to sell a Shopify merchant’s product, Shopify handles the checkout infrastructure.
Shopify’s Checkout API and Storefront API
Shopify’s existing APIs already support programmatic checkout:
- Storefront API: Lets external applications (including AI agents) browse products, create carts, and initiate checkout
- Checkout API: Handles the payment processing, shipping calculation, and order creation
- Shop Pay: Provides one-tap checkout that AI agents can trigger with pre-saved customer credentials
When ChatGPT recommends a Shopify product and the customer says “buy it,” the flow uses these APIs:
- ChatGPT creates a cart via the Storefront API
- Customer’s Shop Pay or saved payment method is presented for confirmation
- One tap completes the purchase
- Order is created in the merchant’s Shopify admin like any other order
Universal Commerce Protocol (UCP)
Shopify’s Universal Commerce Protocol standardizes how AI agents interact with any Shopify store. UCP provides:
- Product discovery: Structured catalog data for AI agents
- Cart management: Create, update, and manage carts programmatically
- Checkout initiation: Standard API for starting the checkout flow
- Payment processing: Secure payment handling through Shopify’s infrastructure
- Order confirmation: Structured order data returned to the AI agent
For merchants, UCP means you don’t need to build custom integrations for each AI platform. Set up your store on Shopify, enable agentic commerce, and every UCP-compatible AI agent can sell your products.
To understand how UCP compares to other commerce protocols, see our UCP vs MCP vs A2A breakdown.
What Merchants Need to Enable
Most Shopify merchants are already 80% ready for agentic payments. Here is what you may need to configure:
- Shopify Payments: Must be your payment processor (required for Shop Pay and native agentic checkout)
- Shop Pay: Enable Shop Pay in your payment settings for one-tap checkout
- Shopify Catalog: Opt in to make your products discoverable by AI agents
- Knowledge Base: Upload shipping, returns, and FAQ data so AI agents can answer pre-purchase questions
- Product data quality: Ensure complete titles, descriptions, metafields, and schema markup
If you’ve already followed our guide on implementing agentic commerce on Shopify, most of this is already done.

Security and Trust in Agentic Payments
The biggest concern with AI agents making purchases is security. How do you prevent unauthorized transactions? How do merchants verify that a legitimate customer authorized the purchase?
Tokenization (Not Card Numbers)
No payment protocol sends actual card numbers through AI agents. Every system uses tokenization:
- AP2: Google Pay token linked to the customer’s saved payment method
- Visa Trusted Agent: Agent credential token with embedded spending rules
- Mastercard Agentic Tokens: Agent-specific token with identity verification
Even if an AI agent is compromised, the attacker gets a token that only works within the pre-set spending limits, merchant categories, and time boundaries. They cannot extract the underlying card number.
Customer Confirmation Requirements
All current agentic payment systems require at least one explicit customer confirmation before processing:
- Low-value purchases (under a merchant-defined threshold): Single “Yes/No” confirmation in the AI conversation
- Medium-value purchases: Confirmation plus biometric (Face ID, fingerprint) on the customer’s phone
- High-value purchases: Full authentication flow similar to current 3D Secure
The threshold levels are configurable. Merchants can set what counts as “low” vs “high” value for their store.
Fraud Protection for Merchants
From the merchant side, agentic payments actually reduce fraud risk in several ways:
- Verified identity chain: The payment network verifies the customer, the AI agent, and the transaction before it reaches you
- Pre-authorized limits: Customers set spending caps, reducing chargeback risk
- Standard dispute process: Agentic payments use the same chargeback and dispute infrastructure as regular card payments
- Real-time monitoring: Payment networks add AI-specific fraud detection layers
For a deeper look at agentic commerce risks and how to manage them, see our guide on risks of agentic commerce.

What Agentic Payments Mean for Conversion Rates
The economics of agentic payments are compelling. Every step removed from the checkout flow increases conversion rates. Agentic checkout reduces the typical 5-step process to a single confirmation.
The Cart Abandonment Problem
The 70.19% average cart abandonment rate breaks down by cause (Baymard Institute, 2024):
- 48% Extra costs too high (shipping, tax, fees)
- 26% Site wanted account creation
- 25% Checkout too long/complicated
- 22% Couldn’t see total order cost upfront
- 18% Didn’t trust the site with credit card info
AI agents address most of these directly:
- Extra costs: Agent calculates total cost including shipping before the customer confirms
- Account creation: No account needed — the AI agent handles identity
- Checkout complexity: Single confirmation replaces multi-step forms
- Cost transparency: Agent presents the exact total upfront
- Trust: Payment goes through Google/Visa/Mastercard, not directly to an unknown site
Expected Impact on Shopify Merchants
While agentic checkout adoption is still early, the signals point to significant conversion improvements:
- Shop Pay already converts at 1.72x the rate of standard checkout (Shopify, 2024) by reducing steps. Agentic checkout reduces steps even further.
- One-click checkout solutions see 35-50% higher conversion than traditional checkout flows
- Mobile conversion is particularly impacted — agentic checkout eliminates the small-screen form-filling friction that drives mobile abandonment rates to 80%+
The merchants who enable agentic checkout first will capture disproportionate revenue from AI-referred traffic. When an AI agent can complete a purchase on Store A but has to redirect to a browser for Store B, it will prefer Store A.

How to Prepare Your Shopify Store for Agentic Payments
You can start preparing now, even before all protocols are fully live.
Step 1: Enable Shopify Payments and Shop Pay
If you’re not on Shopify Payments, switch. Agentic checkout flows will rely on Shopify’s native payment infrastructure. Enable Shop Pay in Settings > Payments for accelerated checkout.
Step 2: Optimize Your Product Data
AI agents need clean, structured data to present products accurately during the purchase conversation. This means:
- Descriptive product titles (not creative-only names)
- Complete metafields (material, weight, dimensions)
- Accurate real-time pricing and inventory
- Schema markup for product details
Step 3: Set Up Your Knowledge Base
AI agents will answer customer questions during the purchase flow. Upload:
- Return and exchange policies
- Shipping timelines and costs
- Sizing guides
- Product care instructions
- Warranty information
Step 4: Review Your Checkout Settings
Ensure your checkout is configured for the simplest possible flow:
- Enable guest checkout (no required account creation)
- Minimize required fields
- Set up automatic shipping calculations
- Enable automatic tax calculation
Step 5: Monitor AI-Referred Orders
As agentic checkout rolls out, track orders that come through AI channels:
- Filter orders by source in your Shopify admin
- Compare conversion rates between AI-referred and direct traffic
- Monitor average order value from agentic purchases
- Track return rates to identify any quality issues with AI-assisted buying

The Agentic Payment Timeline for Shopify Merchants
Agentic payments are not a distant future — they are rolling out now. Here is the realistic timeline:
Already live (Q1 2026):
- ChatGPT + Shopify in-conversation checkout (via Shop Pay)
- Google AI Mode product recommendations with “Buy” actions
- Shopify Catalog product syndication to AI platforms
Rolling out (Q2-Q3 2026):
- Google AP2 full payment processing
- Visa Trusted Agent Protocol pilot expansion
- Mastercard Agentic Token merchant onboarding
- Shopify UCP full agentic checkout support
Expected (Q4 2026 – 2027):
- Multi-agent payment orchestration (agent compares prices, picks best deal, buys)
- Cross-platform agent credentials (one setup works across ChatGPT, Google, Perplexity)
- Advanced spending controls with AI-powered fraud detection
The merchants who prepare their stores now will be first in line when each protocol goes live. And in agentic commerce, being first matters — AI agents learn which stores offer smooth checkout and prioritize them in future recommendations.



