Join the millions of companies of all sizes that use Stripe to accept payments online and in person, embed financial services, and build a more profitable business.
Trusted by the world's most ambitious teams
Accept and optimise payments, globally. Increase auth rates and reduce fraud.
Set up multi-party payments and payouts. Perfect for platforms & marketplaces.
Capture recurring revenue. Smart logic for subscriptions and invoicing.
Incorporate your start-up in Delaware. Get your EIN and bank account.
Ship faster with powerful and easy-to-use APIs. We obsess over the maze of gateways and financial institutions so you can build what you need on one platform.
Read the docs →Client Libraries
// Create a new Customer const customer = await stripe.customers.create({ email: '[email protected]', }); // Create a PaymentIntent const paymentIntent = await stripe.paymentIntents.create({ amount: 1099, currency: 'cad', customer: customer.id, payment_method_types: ['card'], });
Create an account instantly or contact us to design a custom package.