Back to blog
AI Infrastructure

Stripe Just Launched the Payment Layer for the AI Agent Economy. Here's What Developers Need to Know.

AI AgentsMPPStripePaymentsMachine Payments ProtocolTempo
2026-03-209 min read

Stripe Just Launched the Payment Layer for the AI Agent Economy

On March 18, 2026, Stripe and Tempo quietly launched something that will reshape how software gets built: the Machine Payments Protocol (MPP).

It's an open standard that lets AI agents pay for services in the same HTTP request they use to consume them. No accounts. No API keys. No checkout flows. No human in the loop.

If you're building anything with AI, this changes the game.


What is MPP?

MPP is a protocol built on top of HTTP that standardises how machines negotiate and execute payments. Think of it as the missing piece between "AI agent that can do things" and "AI agent that can buy things."

Here's the flow:

  1. An agent requests a resource from an API endpoint
  2. The server returns an HTTP 402 (Payment Required) with supported payment methods and pricing
  3. The agent selects a method, authorises payment, and retries the request with proof of payment
  4. The server verifies and delivers the resource along with a receipt

The entire transaction happens in one request cycle. Stateless. No onboarding. No billing page.


Who's Behind It

This isn't a startup experiment. The backers tell the story:

  • Stripe co-authored the protocol and supports it natively via their PaymentIntents API
  • Tempo built a purpose-built L1 blockchain for payments (incubated by Paradigm and Stripe, $500M raised at a $5B valuation from Thrive Capital, Greenoaks, Sequoia, and Ribbit Capital)
  • Visa extended MPP to support card-based payments on their global network using encrypted single-use network tokens
  • Lightspark extended it to Bitcoin payments over the Lightning Network
  • Design partners include OpenAI, Shopify, and Visa

The spec has been submitted to the IETF as an open standard.


The Technical Details

Payment Methods

MPP is rail-agnostic by design. A single protocol supports:

  • Stablecoins (USDC and others via Tempo chain)
  • Credit and debit cards (via Visa Intelligent Commerce)
  • Buy now, pay later (via Stripe SPTs)
  • Bank transfers
  • Bitcoin over Lightning Network

Integration

Server-side implementation takes roughly 15 lines of code using the mppx npm package and Stripe's PaymentIntents API. The protocol uses standard HTTP headers:

  • WWW-Authenticate: Payment for the challenge
  • Authorization: Payment for the credential
  • Payment-Receipt for confirmation

Tempo Chain

The blockchain underneath MPP is purpose-built for payments:

  • 0.6 second deterministic finality with no reorgs
  • Stablecoin-native gas (no volatile tokens needed)
  • Dedicated payment lanes with guaranteed blockspace even during congestion
  • Structured memo fields for invoice and ERP reconciliation
  • Smart accounts with gas sponsorship, batch transactions, and passkey authentication

What's Already Live

Real businesses are already accepting MPP payments:

  • Browserbase accepts per-session payments for headless browser infrastructure
  • Parallel charges per web search query
  • fal.ai charges per image generation
  • PostalForm lets agents pay to send physical mail
  • Stripe Climate accepts programmatic contributions

Why This Matters for Developers

Every AI product you build will eventually need to do two things:

  1. Buy services from other APIs, models, and tools
  2. Sell services to other people's agents

Until now, both directions required human-designed flows: account creation, billing setup, subscription management, API key provisioning. MPP eliminates all of it.

This means:

  • API-first businesses can accept payments from any agent without building onboarding flows
  • AI agent developers can let their agents purchase compute, data, and services autonomously
  • Microtransaction models become viable because there's no per-customer billing overhead
  • Multi-agent systems can transact with each other without human coordination

What We're Doing With It

At Agitech, we build full-stack products for companies that want to move fast. MPP is now part of our technical playbook.

For teams building AI-powered products, this protocol changes the architecture conversation. Payment is no longer a separate system you bolt on. It's native to the HTTP layer your agents already operate on.

We're actively exploring MPP integration across our client work and internal products. If you're building something where AI agents need to transact, get in touch.


The Bottom Line

March 18, 2026 is the day AI agents got their own payment infrastructure. Stripe, Visa, Paradigm, OpenAI, and Shopify all agreed on how machines should pay each other.

The spec is open. The SDKs are live. The chain is running.

The rails are built. Now it's about who builds on them first.