Powered by Stripe Machine Payments

Accept AI Payments
In Your Stripe Account

The plug-and-play payment gateway for the agentic economy. AI agents pay with crypto — you get paid in Stripe. No crypto wallets. No complexity. 5-minute setup.

Stripe Settlement From $0.01 USDC Gasless Transactions x402 Protocol Open Source
THE PROBLEM

AI agents have money.
Businesses can't accept it.

Agents pay with crypto, but businesses use Stripe and traditional payment rails

Existing x402 facilitators are developer libraries — no self-service, no dashboard

Businesses don't want to manage crypto wallets, gas fees, or blockchain infrastructure

No visibility into payment flows — volumes, success rates, revenue analytics

THE SOLUTION

x402.pay
bridges the gap.

Stripe settlement — crypto payments land directly in your Stripe balance

Self-service dashboard — create payment rails, view transactions, manage everything

Zero crypto knowledge needed — we handle wallets, gas, and chain complexity

Full analytics — real-time payment volumes, revenue tracking, per-endpoint breakdowns

Built for businesses,
not just developers

Everything you need to accept machine payments. Plug-and-play, not plug-and-pray.

FLAGSHIP

Stripe Settlement

AI agents pay with USDC on-chain. You receive the funds in your Stripe balance — same as any other Stripe payment. Use Stripe's dashboard, payouts, and reporting you already know.

COMING SOON

Self-Service Dashboard

Create payment rails, view transactions, manage API keys — all from a web UI. No CLI required.

Microtransactions

Payments as low as $0.01 USDC. Perfect for per-request API pricing, pay-per-use AI, and granular billing.

Gasless Payments

Agents never need ETH for gas. We use EIP-3009 meta-transactions to abstract away all chain complexity.

Multi-Chain

Live on Base. Expanding to Ethereum, Polygon, Arbitrum, Optimism. Multiple stablecoins: USDC, EURC, USDT.

Managed Proxy

Drop-in reverse proxy adds a 402 paywall to any existing API. Point your DNS, set a price, done.

COMING SOON

Payment Analytics

Real-time dashboards: volumes, success rates, revenue by endpoint. Know exactly how agents use your API.

How it works

From AI agent request to money in your Stripe account. Fully automated.

1

Agent hits your API

An AI agent makes a normal HTTP request to your endpoint. Your proxy returns 402 Payment Required with pricing info.

2

Agent signs a payment

The agent creates a signed USDC payment (EIP-3009 meta-transaction). No ETH needed for gas — it's gasless.

3

We verify & settle

The facilitator verifies the payment signature, executes the on-chain transfer, and confirms settlement — all in ~2 seconds.

4

Money lands in Stripe

The payment settles to your Stripe balance via Machine Payments. Use Stripe's payouts, reporting, and tools you already know.

See it in action

A real payment flow. Agent requests → pays → gets access.

terminal
# 1. Agent requests your protected API
$ curl -i https://api.yourcompany.com/premium-data

HTTP/1.1 402 Payment Required
X-Payment: {
"amount": "0.01",
"currency": "USDC",
"network": "base",
"recipient": "0xYourStripeDepositAddress",
"facilitator": "https://x402-facilitator-app.fly.dev"
}

# 2. Agent signs & retries with payment
$ curl -i \
-H "X-Payment: <signed_eip3009_payload>" \
https://api.yourcompany.com/premium-data

HTTP/1.1 200 OK
{ "data": "Premium content unlocked!" }

# 3. $0.01 USDC lands in your Stripe balance ✓

Who is this for?

Any business with an API that AI agents want to use.

🤖

AI Tool Providers

Monetize APIs that AI agents consume. Charge per-request with zero friction.

📊

Data Providers

Sell data feeds, market data, or research to autonomous agents at any price point.

☁️

SaaS Platforms

Add agent-native billing to your existing platform. Per-call pricing alongside subscriptions.

🔌

API Marketplaces

Build a marketplace where agents discover and pay for services autonomously.

~2s
Settlement Time
$0.01
Min. Transaction
$0
Gas Fees for Agents
100%
Stripe Compatible

Roadmap

Where we're going. Built in public.

LIVE

Phase 1 — Foundation

x402 Facilitator (verify & settle)
Deployed on Fly.io
Managed reverse proxy
Base L2 + USDC support
IN PROGRESS

Phase 2 — Payment Gateway

Self-service dashboard
Stripe settlement integration
Payment analytics
Multi-stablecoin support
Webhook notifications
API key management
PLANNED

Phase 3 — Multi-Chain & Discovery

Ethereum, Polygon, Arbitrum, Optimism
Service discovery marketplace
SDKs (JavaScript, Python)
Drop-in proxy mode
FUTURE

Phase 4 — Advanced

Escrow & trustless refunds
ERC-8004 agent reputation
Non-EVM chains (Solana, NEAR)
Enterprise white-label

Simple pricing

No monthly fees. No minimums. Pay only when you get paid.

Transaction fee
1%
per settled payment
Unlimited transactions
All features included
Stripe settlement at no extra cost
Dashboard & analytics
Multi-chain support
Self-hosted? Deploy your own facilitator for free. Open source.

Ready to accept agent payments?

Join the waitlist for early access to the dashboard and Stripe integration. Or deploy the open-source facilitator today.