Free to read. Sign up to save your progress and take knowledge-check quizzes.

Sign up free
5 min read·Updated May 6, 2026

Stripe

Stripe logoBy Stripe

Stripe is the dominant payment platform for internet businesses, now expanding into agentic commerce, multi-processor orchestration, stablecoin accounts, AI-powered financial tools, and a Stripe Projects beta (May 2026) that orchestrates AI agents buying their own cloud infrastructure.

Listen to this lesson

Free preview · first 0:30
0:00 / 0:30

Audio & video lessons are paid features

Plus unlocks audio streaming. Pro adds downloadable audio, video, certificates, and more.

Plus adds:
  • Audio streaming
  • Downloadable PDFs
  • All AI Playbooks
  • Personalized content
Pro also adds:
  • Certificates of completion
  • Audio MP3 downloads
  • Video lessonssoon
  • & More…soon

Watch this lesson

Video coming soon

Learning Objectives

  • Understand how Stripe's platform extends beyond basic payment processing
  • Identify the new capabilities (Agentic Commerce, Orchestration, stablecoins) and their significance
  • Evaluate when Stripe is the right payment solution versus alternatives like PayPal, Adyen, or Square

What Is Stripe?

Stripe is the leading payment infrastructure platform for internet businesses, processing hundreds of billions of dollars annually. What started as a developer-friendly payment API has evolved into a comprehensive financial platform covering payments, subscriptions, billing, invoicing, fraud prevention, tax compliance, and financial reporting.

Stripe's most significant recent expansion is the Agentic Commerce Suite — a set of APIs designed for AI agents to autonomously handle purchases, subscriptions, and financial transactions on behalf of users. As AI agents increasingly act as intermediaries (booking travel, purchasing software, managing subscriptions), Stripe is positioning itself as the payment layer for agent-to-agent and agent-to-merchant commerce.

Orchestration enables businesses to route payments through multiple processors (Stripe, Adyen, Braintree, etc.) from a single integration, optimizing for cost, approval rates, and regional coverage. Stablecoin accounts (via the Bridge acquisition) allow businesses to hold, send, and receive USDC and other stablecoins alongside traditional currency — enabling instant global payouts without banking intermediaries. The dashboard now includes AI-powered analytics that surface revenue trends, anomalies, and optimization opportunities automatically.

Tip

Get started: Create an account at stripe.com — test mode is free with no credit card required, and the API is available immediately

Pricing

Online payments2.9% + $0.30
  • Per successful card transaction (US domestic)
International cards3.9% + $0.30
  • +1% for currency conversion if applicable
Invoicing0.4% per paid invoice
  • Plus card processing fees if paid by card
Billing (subscriptions)0.5% of recurring revenue
  • Plus card processing fees per payment
Connect (platform payouts)$2/active account/month
  • For marketplaces and platforms with sub-merchants

Stripe has no monthly fees — you pay only for transactions processed. Volume discounts are available for businesses processing over $100K/month. Test mode is completely free with unlimited test transactions.

Core Capabilities

Agentic Commerce Suite

The Agentic Commerce Suite provides APIs for AI agents to handle financial transactions autonomously. Agents can create checkout sessions, manage subscriptions, process refunds, and handle disputes — all through programmatic interfaces designed for non-human actors. This includes agent identity verification, transaction approval workflows, and audit trails for compliance.

Stripe Projects — Agentic Cloud Onboarding (May 2026 Beta)

In May 2026, Stripe rolled out Stripe Projects in open beta with Cloudflare as the launch partner — Stripe is the orchestrator for AI agents that need to provision their own cloud infrastructure. An agent can autonomously create a Cloudflare account, buy a domain, and deploy a Worker; Stripe handles KYC, issues a scoped payment token to the agent rather than exposing a real card number, and enforces a default 100 dollars per month spending cap per provider. A human still grants the initial permission and accepts terms of service, but the day-to-day procurement flow runs without manual checkout. This is the cleanest "agent buys its own stack" primitive any major payment processor has shipped to date — and a likely template for similar Stripe Projects integrations with other developer-platform vendors.

Payment Orchestration

Orchestration routes each payment to the optimal processor based on configurable rules — card network, geography, amount, or cost. A single Stripe integration can send US transactions to Stripe, EU transactions to Adyen, and high-value transactions to a processor with better approval rates. This reduces payment failures and optimizes processing costs without multiple separate integrations.

Global Payouts and Stablecoins

Stripe supports payouts to 58 countries through traditional banking rails. The Bridge acquisition added stablecoin accounts — businesses can hold USDC balances, send instant cross-border payments, and receive stablecoin payments from customers. This is particularly relevant for freelancer platforms, creator economies, and international B2 billion payments where traditional banking is slow or expensive.

Strengths

  • Developer experience: The gold standard for payment APIs — comprehensive documentation, excellent SDKs (15+ languages), and a responsive dashboard
  • Comprehensive platform: Payments, subscriptions, invoicing, tax, fraud prevention, and financial reporting in one integration
  • Agentic commerce: First major payment platform to build dedicated APIs for AI agent transactions
  • Orchestration: Route payments across multiple processors from a single integration — unique flexibility for scaling businesses
  • Global reach: Process payments in 135+ currencies with payouts to 58 countries
  • No monthly fees: Pure transaction-based pricing means you pay nothing until you process payments

Limitations & Considerations

  • Transaction fees at scale: 2.9% + $0.30 is competitive for small to mid-size businesses but expensive at very high volume compared to negotiated enterprise rates
  • Account stability: Stripe has been known to freeze or close accounts for businesses in higher-risk categories — not ideal for regulated industries without advance discussion
  • US-centric pricing: International card fees (3.9%) and currency conversion add up for global businesses
  • Platform complexity: The breadth of products means the learning curve grows as you adopt more Stripe services

Best Use Cases

TaskWhy Stripe
SaaS subscriptionsBilling handles recurring payments, proration, upgrades, downgrades, and dunning automatically
Marketplace paymentsConnect enables platform payments with splits, payouts to sub-merchants, and 1099 reporting
AI agent transactionsAgentic Commerce Suite is purpose-built for autonomous agent purchases and subscriptions
Multi-region businessesOrchestration routes payments to optimal processors per region from a single integration
Startup paymentsNo monthly fees, instant test mode, and excellent docs make it the fastest path to accepting payments
Stablecoin paymentsBridge integration enables USDC holding and cross-border stablecoin transfers alongside traditional currency

When to choose alternatives:

  • In-person point of sale → Square (hardware + software for physical retail)
  • Enterprise with negotiated rates → Adyen (volume-based pricing, direct acquiring)
  • PayPal buyer preference → PayPal/Braintree (consumer brand recognition, buyer protection)
  • High-risk merchant categories → Specialized processors (better account stability for regulated industries)

Getting Started

  1. Create an account at stripe.com — you are in test mode immediately with no verification required
  2. Install the SDK: npm install stripe (or pip, gem, etc.) and grab your test API keys from the dashboard
  3. Create a test payment: use the Stripe CLI (stripe trigger payment_intent.succeeded) or build a simple checkout form
  4. Set up webhooks to receive real-time event notifications (payment succeeded, subscription canceled, etc.)
  5. Switch to live mode when ready — complete identity verification and connect your bank account for payouts
  6. Explore Billing for subscriptions, Connect for marketplace payouts, or the Agentic Commerce Suite for AI agent integrations

Tip

Development workflow: Use the Stripe CLI (stripe listen --forward-to localhost:3000/api/webhooks) to forward webhook events to your local development server. This lets you test the full payment lifecycle locally without deploying to production.

Key Takeaways

  • Stripe has evolved from a payment API into a comprehensive financial platform covering subscriptions, marketplaces, tax, fraud, and now agentic commerce
  • The Agentic Commerce Suite positions Stripe as the payment layer for AI agent transactions — a category that is growing rapidly
  • Stripe Projects (May 2026 open beta with Cloudflare) extends the agentic-commerce thesis to agent-driven cloud procurement — Stripe orchestrates KYC + scoped payment tokens + spending caps so AI agents can buy their own infrastructure without exposing real card numbers
  • Orchestration and stablecoin accounts address real pain points for global and multi-processor businesses
  • Best suited for software businesses, SaaS, and marketplaces; evaluate transaction fees at high volume and account stability for higher-risk categories

Save your progress & take the quiz

Sign up free to bookmark lessons, track which modules you've completed, and lock in what you learned with a quick knowledge-check quiz at the end of each lesson.

🧭Recommended for you