Skip to main content

Unified platform for all your payments needs

A complete payments platform engineered for growth

Online payments

Accept payments from customers around the world with our secure payment gateway.

Learn more

Invoicing

Create and send professional invoices and track payments in real-time.

Learn more

Instant payouts

Get paid faster with instant transfers to your bank account or debit card.

Learn more

Products for every stage of business growth

Whether you're starting out or scaling up, Stripe has the tools you need

Payments

A complete platform engineered for growth

125+ currencies supported
99.99% uptime
End-to-end encryption
Learn more about Payments

Billing

Subscription management made simple

Flexible billing models
Smart retries
Automated reconciliation
Learn more about Billing

Get started in minutes

Integrate Stripe's API with just a few lines of code

const stripe = require('stripe');
const session = await stripe.checkout.sessions.create({
payment_method_types: ['card'],
line_items: [{
price: 'price_H5ggYwtDq4fbrJ',
quantity: 1,
}],
mode: 'payment',
success_url: 'https://example.com/success',
});

Quick setup

Get started with Stripe's pre-built UI components or build your own with our powerful APIs.

Secure by default

PCI compliant infrastructure and built-in security features to protect your business.

Best-in-class documentation

Comprehensive guides, API reference, and sample code to help you integrate quickly.

Explore the docs

Global scale and reliability

Powering payments and moving money for ambitious businesses everywhere

500M+

API requests per day, peaking at 13,000 requests a second

99.999%

Historical uptime for core Stripe services

90%

of U.S. adults have bought from businesses using Stripe

135+

Currencies and payment methods supported

Global infrastructure

Stripe operates in 44+ countries with local acquiring, optimized acceptance rates, and support for local payment methods at zero additional cost.

Local acquiring in 44+ markets
24/7 monitoring and support
Industry-leading uptime
Learn about our infrastructure
Global Infrastructure

Pricing for every business

Pay as you grow with transparent, usage-based pricing

Monthly Annual Save 20%

Starter

Perfect for getting started

$0 /mo
  • 2.9% + 30¢ per payment
  • Basic reporting
  • 10 free test API calls
Get started
Most Popular

Pro

For growing businesses

$49 /mo
  • 2.5% + 25¢ per payment
  • Advanced analytics
  • Unlimited API calls
Get started

Enterprise

For large organizations

Custom
  • Custom pricing
  • 24/7 support
  • Dedicated account manager
Contact sales

Trusted by innovative companies

See how businesses are using Stripe to grow their revenue

BMW

BMW

Modernizing the automotive industry with connected car payments

350+ US dealerships
Read story
Amazon

Amazon

Scaling global payments for the world's largest e-commerce platform

50+ Payment methods
Read story
Twilio

Twilio

Powering communications infrastructure with reliable payments

10% Higher conversion
Read story

Resources for developers

Everything you need to build with Stripe

Documentation

Start integrating Stripe's products and tools with comprehensive guides and API reference.

Read the docs

API Reference

Detailed reference documentation for all Stripe API endpoints and objects.

Explore API

Code Samples

Example code in all major languages and frameworks to help you integrate faster.

View samples

Development tools

Stripe CLI

Stripe CLI

Test webhooks and build integrations locally

Elements

Elements

Customizable payment form components

# Install the Stripe CLI
brew install stripe/stripe-cli/stripe
# Start listening for webhooks
stripe listen --forward-to localhost:4242/webhook

Ready to get started?

Join millions of businesses using Stripe to power their payments

Start integrating now

Get up and running with Stripe in as little as 10 minutes.