ST

Stripe

★★★★★5/5
paid only

The payment infrastructure that every serious developer product is built on.

2026 verdict

The default payment infrastructure — ecosystem and DX are unmatched

Best for: Any project that needs to accept payments — the ecosystem, documentation, and DX make it the obvious first choice

Not for: Businesses in high-risk categories that Stripe restricts, or very high-volume processors who have negotiated significantly better rates with competitors

Overview

Stripe's core business is making payments programmable. What started as a simple card payment API has expanded into a comprehensive financial infrastructure platform: subscriptions, invoicing, the Stripe Tax automatic tax calculation engine, Connect for marketplace payments, Identity for KYC verification, Radar for fraud prevention, and Treasury for financial accounts.

The developer experience is the best in the payment industry. The API is RESTful, well-documented, and intuitive. Client libraries for every major language are maintained by Stripe's own team. Test mode is an exact replica of production with test card numbers that trigger specific behaviors predictably. The Stripe Dashboard provides a clean, real-time view of revenue, refunds, disputes, and subscription metrics.

Stripe Checkout handles card collection, Apple Pay, Google Pay, BNPL options, and local payment methods in 40+ countries without any custom UI code. For projects where getting to revenue quickly matters more than UI customization, Checkout is the right call.

Stripe Billing manages subscription logic that would take months to build: trial periods, metered billing, proration when customers upgrade mid-cycle, invoice generation, dunning for failed payments, and customer portal for self-service plan management.

The 2.9% + 30¢ per transaction fee is the industry standard. Volume discounts apply above $80,000/month in processing. These are not the cheapest rates available, but the ecosystem and support quality justify them for most businesses.

Pros and cons

Pros

  • +Best payment API design in the industry — well-documented and intuitive
  • +Handles subscriptions, invoicing, tax, and marketplaces in one platform
  • +Test mode exactly replicates production for reliable testing
  • +Checkout handles Apple Pay, Google Pay, and BNPL automatically
  • +Revenue recognition and dunning management included in Billing

Cons

  • −2.9% + 30¢ is not the lowest rate available for high volume
  • −Account holds and freezes can happen without much warning for certain business types
  • −Stripe Connect for complex marketplace flows has a steep learning curve

Pricing in 2026

Standard

2.9% + 30¢/transaction

  • ·Cards, Apple Pay, Google Pay
  • ·Invoicing
  • ·Subscriptions
  • ·Radar fraud prevention
  • ·150+ currencies

Custom

Negotiated volume pricing

  • ·Volume discounts above $80k/month
  • ·Enterprise support
  • ·Custom contracts

2.9% + 30¢ per successful card transaction. No monthly fees. International cards +1.5%.

View current pricing at Stripe →

Used by

ShopifyAmazonNotionFigmaZoom

Tips for using Stripe in production

01

Use Stripe Checkout for MVP — it handles 3DS, Apple Pay, Google Pay, and local methods automatically

02

Use Stripe's webhook event system for subscription lifecycle events rather than polling

03

The Stripe CLI `stripe listen --forward-to localhost:3000/webhooks` is essential for local webhook testing

Compare Stripe against alternatives

Alternatives to Stripe

Last updated 2026-01-15 · Data sourced from official documentation and independent benchmarks