Your Credit Card Is About to Get a Co-Pilot It Didn't Ask For
Visa just launched a platform that lets AI agents spend your money. Not recommend products — actually complete purchases, autonomously, using your real card.
Visa just launched a platform that lets AI agents spend your money. Not "recommend products" or "add to wishlist" — actually complete purchases, autonomously, using your real card. And every major tech company is racing to plug into it.
I process payments in my apps. Not at Visa's scale, obviously — I run a Laravel stack with Stripe integration, the kind where you worry about webhook retries and idempotent keys. But I understand enough about how money moves through APIs to know that what Visa announced on April 8 is not a product launch. It's an infrastructure bet on a future where humans aren't in the checkout loop anymore.
The product is called Intelligent Commerce Connect — ICC. And it's weirder than the press release makes it sound.
What Visa Actually Built
ICC is not a payment protocol. It's a layer that sits underneath four competing payment protocols and makes them all work with one integration. If you're a merchant and you plug into ICC, your store can accept purchases from an OpenAI agent using one protocol, a Google agent using another, and a Stripe-powered autonomous system using a third — without knowing or caring which protocol initiated the transaction.
The five services are tokenization, authentication, payment instructions, signals, and personalization. The critical one is payment instructions: before any money moves, ICC checks whether the agent is operating within the boundaries the cardholder set. Spending limits, approved merchant categories, geographic restrictions. The agent never sees your actual card number — Visa replaces it with a transaction-specific token before anything reaches the merchant.
I looked at the developer portal. It's real. There's a sandbox, there's API documentation for all five services, there are two GitHub repos (visa/ai and visa/mcp), and it's listed on AWS Marketplace. This isn't vaporware. But it's also not generally available — it's in pilot with seven partners, and Axios reports a June 2026 target for broader access.
Four Protocols, One Problem
Here's where it gets interesting — and messy. There are now four separate protocols trying to define how AI agents buy things, and they launched within six months of each other.
Visa and Cloudflare built the Trusted Agent Protocol last October. It doesn't handle payments at all — it handles identity. Cryptographic signatures that let merchants distinguish a legitimate AI agent from a scraping bot. Think of it as a passport system for software.
OpenAI and Stripe shipped the Agentic Commerce Protocol in September 2025, alongside ChatGPT's Instant Checkout feature. The idea was straightforward: structured product feeds, REST endpoints for checkout sessions, Stripe handles the payment. OpenAI takes a 4% cut. Except — and this is the part that didn't make the announcement — Instant Checkout largely failed. Only about twelve merchants went live. By March 2026, OpenAI had scaled it back and pivoted to hosting retailer apps inside ChatGPT instead.
Google went bigger. The Universal Commerce Protocol, announced in January 2026 with Shopify, Target, Walmart, and Etsy as partners, covers the entire commerce lifecycle — discovery, purchase, tracking, returns. It's modular, inspired by TCP/IP layering, and backed by both Visa and Mastercard. Sundar Pichai announced it personally at NRF.
Then in March, Stripe and a blockchain startup called Tempo released the Machine Payments Protocol — designed for agent-to-agent transactions where no human is involved at any point. An agent hits a paywall, the server responds with HTTP 402 (a status code that's been reserved and unused since the '90s — I had to look that up), the agent pays and proceeds. Supports both stablecoins and traditional cards.
Four protocols in six months. Not one of them is compatible with the others. That's the problem ICC is trying to solve, and it's also the reason ICC might actually matter — someone has to be the translator, and Visa is volunteering.
The Crypto Bridge Nobody Expected
The day after the ICC launch, a company called Nevermined announced something that made me do a double-take. They've built an integration where AI agents can hold what amounts to a delegated Visa credit card — with spending mandates set by the human owner — and transact autonomously using Coinbase's x402 protocol.
The mechanics: you register a US Visa card through a PCI-compliant form. Your card number goes straight to Visa, never touches Nevermined. You set a budget, an expiration date, a maximum transaction count. Visa's Token Service generates a device-provisioned token. When your agent encounters a paywall, Nevermined verifies the request, Visa generates a one-time cryptogram for that specific transaction, and the merchant's existing payment processor handles the rest. The merchant sees a normal card payment. No new infrastructure required on their end.
What caught my attention is the concept of "Agentic Tokens" — a new category of network token that carries agent metadata. Unlike virtual cards, which look identical to human transactions from the network's perspective, agentic tokens make AI-initiated spending visible to banks and card networks. That distinction matters more than it sounds. If you can't tell which transactions are human and which are autonomous, you can't build fraud models, you can't set risk thresholds, and you can't do dispute resolution. Nevermined is arguing — correctly, I think — that visibility is a prerequisite for trust.
The $5 Trillion Number and Why I'm Skeptical
McKinsey published a report last October projecting $3 to $5 trillion in global agent-orchestrated commerce by 2030. That number has been repeated in every article about Visa's announcement. It's also the kind of number that should make you squint.
The report specifies that this covers goods only, not services. It projects $900 billion to $1 trillion for US B2C retail alone. To put that in perspective — total US e-commerce was about $1.1 trillion in 2023. McKinsey is essentially saying AI agents will handle a volume comparable to the entire current e-commerce market within four years.
Juniper Research published a more conservative estimate on April 7: $1.5 trillion globally by 2030. Morgan Stanley says $190 to $385 billion for US e-commerce specifically. That's a spread from $190 billion to $5 trillion depending on who you ask. When the range is that wide, the honest answer is: nobody knows.
What I can observe directly is that the existing attempts are struggling. OpenAI couldn't get more than twelve merchants onto Instant Checkout. Amazon's "Buy for Me" works but is limited to products within Amazon's own ecosystem. Google's AI Mode checkout launched in January and is still in early rollout. The gap between "AI agent completes a purchase in a demo" and "AI agent reliably handles tax calculation, multi-item carts, loyalty programs, and returns for thousands of merchants" is enormous.
Who Pays When the Agent Gets It Wrong
This is the part that keeps me up at night — not as a developer, but as someone with a credit card.
Visa's own threat report documents a 450% increase in dark web posts mentioning "AI agent" in six months. Bot-initiated fraudulent transactions are up 25%, 40% in the US. One production environment saw a 17% spike in chargebacks within two weeks of launching automated purchasing, because the fraud detection models were trained on human behavior patterns and couldn't handle agent traffic.
Target quietly updated its terms of service to make users fully responsible for anything an AI agent does on their behalf. That's the current legal default almost everywhere — if your agent buys the wrong thing, overpays, or gets manipulated by a fake storefront optimized to fool automated systems, that's your problem.
No US federal agency has issued binding guidelines. NIST is planning a consultation. The UK's competition authority published guidance in March saying AI use doesn't reduce a company's consumer protection obligations — which is a start, but not an answer. The EU has five overlapping regulatory frameworks that collectively don't address autonomous AI purchases.
Look — I build software that handles money. The liability question isn't abstract to me. If I integrate an AI agent into a client's e-commerce flow and that agent approves a fraudulent transaction, who eats the cost? The merchant? The agent developer? The platform? Visa's ICC? The card network? Right now, the answer depends entirely on which lawyer you ask and which jurisdiction you're in. That's not a mature ecosystem. That's a bet.
What This Actually Means If You Build Things
If you're a developer wondering whether to care about this: probably not yet, but soon.
The Visa developer portal has real documentation and a working sandbox. The MCP server repo on GitHub has starter code. But production access requires contacting Visa directly, and the pilot is limited to seven partners. You can build against the sandbox today, but you can't ship anything to real users until the general availability launch, reportedly in June.
The more practical path right now is Stripe's infrastructure. They support all four protocols, they have production-ready APIs, and their Agentic Commerce Suite is already live. PayPal has an MCP server and an agent toolkit that works with Microsoft Copilot. If you need to ship something this quarter, those are your options.
What I'd watch is the protocol convergence question. Four competing standards in six months is unsustainable. Either one wins, or — more likely — they consolidate into two: one for human-in-the-loop commerce (probably UCP, because Google and the retailers are behind it) and one for fully autonomous machine-to-machine transactions (probably MPP, because it's the simplest and Stripe is backing it). TAP becomes the identity layer for both. ACP gets absorbed or deprecated.
Visa's bet is that it doesn't matter which protocols survive, because ICC sits underneath all of them. That's a smart position if you're Visa. It's the same play they've run for decades — don't pick winners, be the network.
Whether your AI agent should be trusted with your Visa card is a different question entirely. And I don't think anyone — including Visa — has a good answer yet.
Sources
- Visa — Visa Opens the Door to AI-Driven Shopping for Businesses Worldwide
- Ken Yeung — Visa Launches Platform to Power AI Agent-Driven Commerce
- McKinsey — The agentic commerce opportunity
- Stripe — Introducing the Machine Payments Protocol
- OpenAI — Buy it in ChatGPT
- Crypto Briefing — Visa and Coinbase team with Nevermined on AI agent commerce
- Visa — Agentic Commerce: Threats and Risks
I build software for a living and write about tech on the side — because someone has to say what everyone else is thinking.
Related Articles
Anthropic Leaked Its Own Source Code. Twice. In One Week.
Two source code leaks in five days from the company that markets itself as the most safety-conscious AI lab. What most coverage missed.
A Ceasefire, a Chip Deal, and the Fastest Mood Swing in History
How a war, a chip deal, and an earnings report collapsed into 48 hours — and what it reveals about who controls the AI supply chain.
97 Million Installs. Zero Questions.
MCP solved the integration problem. It also created an attack vector nobody controls.