Millions of companies use our tools to accept payments, grow their revenue, and accelerate new business opportunities.
Accept and optimise payments from around the globe with a single integration.
Automate revenue recognition, reporting, and compliance with real-time data.
Verify and onboard users with confidence using programmable identity tools.
From startups to Fortune 500 companies, our platform handles billions in transactions every year.
Start building in minutes with comprehensive documentation and client libraries.
// Create a payment intent
const paymentIntent = await stripe.paymentIntents.create({
amount: 2000,
currency: 'eur',
payment_method_types: ['card'],
});