Payment Infrastructure for Agentic Commerce: The Rails, Protocols & Plumbing Behind Agent Payments
What Is Payment Infrastructure, and How Is It Different from Payment Processors?
In traditional finance the distinction between payment infrastructure and payment processors is well understood. Visa and Mastercard are infrastructure: they operate the networks, set the rules, and clear the transactions. Square and Adyen are processors: they sit on top of that infrastructure and make it accessible to merchants and consumers. The processors compete on UX, pricing, and integrations. The infrastructure competes on reliability, throughput, and standards adoption.
The same distinction applies in agentic commerce, but the lines are newer and still being drawn. Payment infrastructure in the agent economy encompasses the protocols (x402, ACP, AP2, MPP), the on-chain settlement rails (Base, Solana, Tempo), the compliance layer (BSA/OFAC screening), the streaming payment primitives (Superfluid), the virtual card issuance platforms (Crossmint, Lobster.cash, Lithic), and the management dashboards that give humans visibility into what their agents are spending.
Payment processors, by contrast, are the companies that bundle this infrastructure into turnkey solutions, offering one API call to accept agent payments. Processors abstract complexity. Infrastructure defines the architecture.
Why does this distinction matter? Because infrastructure decisions are sticky. If you build your agent payment stack on x402, switching to ACP later means rearchitecting your entire payment flow. If you choose AP2's cryptographic-mandate model, your security and authorization logic looks fundamentally different from an x402 implementation. Choosing payment infrastructure is choosing your agent's economic architecture, and the decision is hard to reverse.
Payment Infrastructure Architecture (30 Companies)
x402: HTTP-Native Micropayments at Scale
x402 is the protocol that turns the web itself into a payment network. When an agent requests a resource (an API endpoint, a dataset, a gated article) and that resource costs money, the server responds with HTTP status code 402 (Payment Required). The response includes a machine-readable payment request: amount, currency, accepted chains, and wallet address. The agent constructs a payment, attaches proof to the next request, and receives the resource. The entire round-trip can complete in under a second.
The protocol was co-created by Coinbase and has been adopted as the default payment standard on Base. Cloudflare, a founding member of the x402 Foundation, has integrated x402 into its edge network, meaning any website or API behind Cloudflare can accept machine payments with a few lines of configuration. Over 35 million x402 transactions have already been processed on Solana.
What makes x402 infrastructure rather than a processor is its openness. x402 is a protocol, not a product. Anyone can implement it. The x402 Foundation publishes open-source reference implementations, and companies like x402engine build specialized infrastructure for processing x402 payments at scale. HTTPayer provides HTTP-native payment routing. machines.cash focuses on machine-to-machine settlement.
The protocol's native support for micropayments (fractions of a cent per request) unlocks business models impossible on traditional rails. Pay-per-API-call, pay-per-token, pay-per-search-result. These are not theoretical: x402jobs lists paid tasks for agents, and x402-store runs a live marketplace where agents buy and sell digital goods using x402.
ACP: Agent Commerce Protocol for Complex Shopping Flows
While x402 excels at simple pay-per-request transactions, many commerce interactions are more complex. An agent browsing products, comparing options, adding items to a cart, applying a coupon, selecting shipping. This multi-step flow cannot be reduced to a single 402 response.
ACP (Agent Commerce Protocol), co-developed by OpenAI and Stripe, addresses this. ACP defines a structured, machine-readable shopping flow. The agent sends a purchase intent. The merchant responds with available products, pricing, and options. The agent configures its order. The merchant returns a checkout session. Payment is settled through Stripe's existing infrastructure or on-chain.
ACP's power comes from its lineage. Stripe already processes hundreds of billions of dollars annually. By extending Stripe's infrastructure with an agent-native protocol layer, ACP lets merchants accept agent purchases without abandoning their existing payment stack. For merchants already on Stripe, adding ACP support is incremental, not a rearchitecture.
Virtuals Protocol has adopted ACP for its agent network, now hosting over 18,000 agents with a combined aGDP exceeding $470 million. Sponge builds ACP middleware that connects agent frameworks to merchant APIs. The protocol is gaining traction because it meets merchants where they already are, on Stripe, rather than asking them to adopt entirely new payment rails.
AP2: Cryptographic Mandates and Scoped Authorization
Google's AP2 (Agent Payment Protocol) takes a fundamentally different approach to the authorization problem. Instead of the agent holding payment credentials directly, a human creates a cryptographic mandate that precisely defines what the agent is allowed to spend: maximum amount, allowed merchants, allowed product categories, time windows, and per-transaction limits.
The agent carries this mandate as a verifiable credential. When it needs to make a payment, it presents the mandate to the merchant or payment processor, who can cryptographically verify that the transaction falls within the authorized scope without contacting the human. If the agent tries to exceed its mandate, the payment is rejected automatically.
Over 60 organizations have joined the AP2 consortium. The protocol is designed to work with existing payment methods (credit cards, bank transfers, digital wallets), not just cryptocurrency. This makes AP2 particularly attractive to enterprises and regulated industries that cannot or will not adopt blockchain-based payments.
AP2's mandate model addresses what many see as the fundamental trust problem in agent payments: how do you give an agent spending authority without giving it the keys to your bank account? The mandate is the answer: it is mathematically scoped, tamper-proof, and revocable. Visa has joined as a network extension partner, enabling AP2 mandates to authorize traditional card payments through existing Visa infrastructure.
MPP: Machine Payments Protocol by Stripe and Tempo
The Machine Payments Protocol (MPP), co-authored by Stripe and launched alongside the Tempo blockchain on March 18, 2026, represents the latest and most ambitious entry into the payment infrastructure landscape. MPP is an open standard specifically designed for agent-to-service payments: requesting, authorizing, and settling transactions between machines.
MPP introduces several architectural innovations. Sessions allow continuous payment relationships between an agent and a service. Rather than discrete per-request payments, an agent can open a session with an API provider and stream payments as it consumes resources. This is ideal for long-running agent workflows that make dozens or hundreds of calls to the same service.
The protocol is payment-method agnostic. It works with cards (via Visa and Stripe network extensions), bank transfers, crypto wallets, and even Bitcoin Lightning (via Lightspark). This flexibility means MPP does not force a choice between traditional and crypto rails. It abstracts the payment method behind a unified protocol layer.
MPP launched with a payments directory listing over 100 services that accept machine payments. Major launch partners include Anthropic, OpenAI, DoorDash, Mastercard, Shopify, Nubank, Revolut, Standard Chartered, Visa, and UBS. The protocol's specifications are open-source on GitHub, signaling Stripe's intent to make MPP an industry standard rather than a proprietary offering.
The combination of Stripe's payment infrastructure expertise and Tempo's 100,000+ TPS blockchain creates a compelling stack: MPP handles the protocol layer, Stripe handles the payment processing, and Tempo handles settlement, all optimized for the latency and throughput requirements of machine-to-machine commerce.
Streaming Payments and Continuous Settlement
Not all agent payments are discrete transactions. An agent consuming a real-time data feed, renting GPU compute by the second, or paying for ongoing API access needs continuous payment streams, not individual invoices.
Superfluid Foundation is the leading infrastructure provider for streaming payments in the agent economy. Superfluid enables per-second token flows on-chain. An agent can open a payment stream to a service and have funds flow continuously at a defined rate. No batching, no invoicing, no settlement delays. When the agent stops using the service, the stream stops. Payment matches consumption precisely.
This model is transformative for agent economics. Traditional payment infrastructure introduces minimum transaction sizes because it costs more to process a $0.001 payment than the payment itself is worth. Streaming payments eliminate this problem by aggregating micro-flows into continuous streams that settle on-chain. An agent paying $0.0001 per second for API access accumulates $8.64 per day, settled continuously without any individual transaction falling below a minimum threshold.
ampersend builds on streaming primitives to provide payment orchestration for agents, handling routing, splitting, and managing complex multi-party payment flows. Conto focuses on continuous settlement infrastructure for agent-to-agent transactions. Together with Superfluid, these companies are building the real-time financial plumbing that batch-oriented payment systems cannot provide.
Virtual Cards and Fiat Bridging
One of the most practical pieces of payment infrastructure is the bridge between crypto-native agent wallets and the traditional fiat economy. AI agents hold stablecoins. Most merchants accept credit cards. Virtual card issuance platforms close this gap.
Crossmint provides wallets and virtual Visa cards for AI agents. The agent pays in USDC from its wallet. Crossmint issues a scoped virtual card (limited to a specific merchant, amount, and time window) and the merchant receives a normal Visa payment. The agent never touches raw card credentials. The merchant never handles crypto. Both sides operate in their native financial system.
lobster.cash, also by Crossmint, extends this model with Solana-native USDC integration and Visa Intelligent Commerce (VIC) infrastructure. Lithic provides card issuance APIs that agent platforms can integrate directly, programmatically creating, funding, and destroying virtual cards per-transaction. Rain focuses on corporate card infrastructure that can be extended to agent use cases.
This virtual card layer is critical because it multiplies the number of merchants an agent can transact with. Without it, agents are limited to crypto-native merchants, a small fraction of the economy. With it, any merchant that accepts Visa is accessible to any agent with a stablecoin balance. The infrastructure makes the entire traditional economy programmable by agents.
AgentCash takes this further with dedicated agent-to-merchant payment infrastructure with purpose-built card issuance and payment routing optimized for autonomous spending patterns rather than human ones.
Compliance Infrastructure: BSA, OFAC, and Regulatory Rails
Payment infrastructure that ignores compliance is payment infrastructure that cannot scale. BSA (Bank Secrecy Act) reporting, OFAC (Office of Foreign Assets Control) sanctions screening, and AML (Anti-Money Laundering) requirements apply to agent transactions just as they apply to human ones, arguably more so, given the speed and volume at which agents can transact.
Cleared is the dedicated compliance infrastructure provider for agentic commerce. Cleared screens agent transactions against OFAC sanctions lists, monitors for suspicious patterns that might indicate money laundering, and generates the regulatory reports required by BSA. The service operates as middleware, so payment processors and infrastructure providers can plug Cleared into their stack without building compliance capabilities from scratch.
Basis Theory provides tokenization infrastructure that secures sensitive payment data (card numbers, account details, API keys) in vaults so that agents never handle raw credentials. This is both a security measure and a compliance requirement: PCI DSS mandates that payment card data be stored and transmitted securely. Basis Theory abstracts this entire compliance surface behind an API.
BVNK offers regulated payment infrastructure that bridges crypto and traditional finance with built-in compliance. For enterprises building agent payment systems, BVNK provides the regulatory scaffolding (licensing, reporting, screening) that would take years to build in-house.
The compliance layer is often invisible but always load-bearing. An agent payment system without compliance infrastructure is a system that works in demos but fails in production because the first sanctions violation or suspicious activity report can shut down the entire operation.
Payment Orchestration and Management
As agents proliferate, the humans overseeing them need dashboards, controls, and analytics. Payment orchestration infrastructure provides visibility into what agents are spending, where, and why, along with the controls to intervene when something goes wrong.
Reveel provides revenue-splitting infrastructure for multi-party agent transactions. When an agent purchases a service that involves multiple providers (an API call that triggers sub-calls to other services), Reveel automatically splits the payment according to predefined rules. This is essential for complex agent workflows where value flows through multiple intermediaries.
RevaPay AI builds AI-native payment management with dashboards and controls designed for autonomous spending patterns. Merit Systems provides the underlying payment routing infrastructure that connects agents to the right payment rails based on merchant type, currency, and geography. Meridian focuses on cross-border payment infrastructure optimized for the global nature of agent commerce.
Moonpay, traditionally known for fiat-to-crypto on-ramps, has expanded into agent payment infrastructure, enabling agents to acquire the stablecoins they need to transact without human intervention. Gwop builds payment infrastructure specifically for agent-to-agent transactions, while Pay3 focuses on Web3 payment primitives that agents can compose into complex payment flows.
Firmly provides deterministic payment execution, ensuring that agent-initiated payments complete reliably even under adverse network conditions. Rye builds commerce infrastructure that agents can use to execute purchases across multiple merchant platforms. Unicity Labs works on unique transaction verification, ensuring that each agent payment is settled exactly once, preventing double-spending in high-throughput agent environments.
How Infrastructure Decisions Lock in Architecture
The most important thing to understand about payment infrastructure is that it is architectural, not cosmetic. Each protocol choice shapes a different economic model:
- x402: agents think in terms of per-request micropayments
- ACP: agents think in terms of shopping carts and checkout flows
- AP2: agents operate under cryptographic spending mandates
- MPP: agents use session-based continuous payment relationships
These are not interchangeable. Each protocol implies a different authorization model, a different settlement pattern, a different approach to security, and a different set of compatible services. An agent built on x402 cannot simply switch to ACP because the entire payment logic, from discovery to authorization to settlement, must be rearchitected.
This lock-in effect is why payment infrastructure is the most consequential layer of the agent stack. The model you choose (Claude, GPT, Llama) can be swapped relatively easily. The blockchain you settle on (Base, Solana, Tempo) can be abstracted behind a bridge. But the payment protocol shapes how your agent thinks about money, and that logic is woven into every transaction the agent makes.
The market is responding to this lock-in risk with interoperability efforts. MPP is explicitly payment-method agnostic. x402 Foundation is working on cross-chain settlement. AP2's mandate model can authorize payments through multiple rails. But full protocol interoperability remains aspirational. Today, choosing your payment infrastructure is choosing your agent's economic worldview.
The Key Players in Payment Infrastructure
The Payment Infrastructure category is one of the largest in the agentic commerce ecosystem, with 30 companies building different pieces of the stack. Here is how they map to the infrastructure layers:
- Protocol layer: x402 (HTTP-native micropayments), ACP (agent shopping flows by OpenAI/Stripe), AP2 (cryptographic mandates by Google), MPP (session-based machine payments by Stripe/Tempo)
- Payment routing and processing: x402engine, HTTPayer, machines.cash, Merit Systems, ampersend, Stripe
- Virtual cards and fiat bridging: Crossmint (wallets + virtual Visa), lobster.cash (Solana USDC + VIC), Lithic, Rain, AgentCash
- Streaming and continuous payments: Superfluid Foundation (per-second token streams), Conto (continuous settlement), ampersend
- Compliance and security: Cleared (BSA/OFAC screening), Basis Theory (tokenization), BVNK (regulated payment infrastructure)
- Management and analytics: Reveel (revenue splitting), RevaPay AI, Meridian (cross-border payments), Moonpay (stablecoin acquisition)
- Commerce infrastructure: Gwop (agent-to-agent payments), Pay3, Rye, Firmly, Sponge (ACP middleware), Unicity Labs
The Future of Payment Infrastructure
Payment infrastructure in agentic commerce is converging from multiple directions. Crypto-native protocols like x402 are gaining traditional finance partners (Visa, Mastercard). Traditional payment companies like Stripe are building blockchain-native infrastructure (Tempo, MPP). Google's AP2 bridges both worlds with payment-method-agnostic mandates.
Three trends will define the next phase:
- Protocol interoperability: agents will need to transact across multiple protocols seamlessly, paying x402 micropayments to one service and ACP shopping flows to another in the same workflow. The infrastructure that enables cross-protocol transactions will become essential middleware.
- Real-time compliance: as agent transaction volumes grow from millions to billions per day, compliance infrastructure must operate at machine speed. Batch-processed sanctions screening cannot keep up with agents executing thousands of transactions per second. Cleared, Basis Theory, and BVNK are building for this reality.
- Composable payment primitives: rather than monolithic payment solutions, the market is moving toward composable building blocks. Stream a payment with Superfluid. Route it through Merit Systems. Screen it with Cleared. Split the revenue with Reveel. Settle on Tempo.
The companies building this infrastructure today are laying the rails that will carry trillions of dollars in agent transactions. The protocols they define, the compliance frameworks they establish, and the interoperability standards they adopt will shape the economics of the entire agent economy. Payment infrastructure is not glamorous, but it is the foundation everything else depends on.
Frequently Asked Questions
What is the difference between payment infrastructure and payment processors?
Payment infrastructure provides the underlying protocols, rails, and standards that payments flow through, including x402, ACP, AP2, and MPP. Payment processors are companies that build on top of this infrastructure to offer turnkey payment solutions. Think of infrastructure as the highway system and processors as the delivery trucks. You can switch trucks easily, but rebuilding the highway means rerouting everything. In agentic commerce, choosing your payment infrastructure locks in your agent's economic architecture.
What is x402 and how does it work?
x402 is an HTTP-native payment protocol that uses the 402 (Payment Required) status code to enable machine-to-machine micropayments. When an agent requests a paid resource, the server responds with a 402 containing a machine-readable payment request. The agent pays (usually in USDC on Base or Solana), attaches proof of payment to the next request, and receives the resource, all in under a second. Over 35 million x402 transactions have already been processed on Solana alone.
How do streaming payments work for agents?
Streaming payments, pioneered by Superfluid Foundation, allow continuous per-second token flows on-chain. Instead of discrete transactions, an agent opens a payment stream to a service and funds flow at a defined rate as long as the agent uses the service. This eliminates minimum transaction thresholds and matches payment precisely to consumption, making it ideal for real-time data feeds, GPU rental, and ongoing API access.
Can agents use traditional credit cards to pay merchants?
Not directly, but virtual card infrastructure bridges this gap. Companies like Crossmint, lobster.cash, and Lithic issue scoped virtual Visa cards linked to an agent's crypto wallet. The agent pays in USDC, the card provider converts to fiat, and the merchant receives a normal Visa payment. The virtual card can be limited to specific merchants, amounts, and time windows, giving agents access to any Visa-accepting merchant while maintaining security guardrails.
Why does compliance matter for agent payment infrastructure?
Agent payments are subject to the same regulations as human payments: BSA reporting, OFAC sanctions screening, and AML requirements. At agent transaction speeds (thousands per second), compliance must be automated and real-time. Cleared provides sanctions screening middleware, Basis Theory handles secure tokenization of payment data, and BVNK offers regulated payment infrastructure with built-in compliance. Without this layer, agent payment systems work in demos but fail in production.
Related Articles
Payment Processors for Agentic Commerce: Why 30+ Companies Are Racing to Process Agent Payments
11 min read
Standards & ProtocolsStandards & Protocols for Agentic Commerce: The Foundation of the Agent Economy
12 min read
StablecoinsStablecoins for Agentic Commerce: Why Stable Digital Dollars Are the Money Layer of the Agent Economy
11 min read