stripe-node
Official Node.js library for Stripe API with support for invoices, subscriptions, and webhooks.
Why consider stripe-node?
stripe-node is the official open-source Node.js and TypeScript library for Stripe. It automates customer billing, recurring SaaS subscriptions, automated invoice generation, payment intents, and secure cryptographic webhook signature verification.
Learn stripe-node by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of stripe-node
stripe-node automates corporate invoicing, credit card payments, and recurring customer subscriptions in Node.js.
Quickstart
npm install stripeimport Stripe from 'stripe';const stripe = new Stripe('sk_test_...');const invoice = await stripe.invoices.create({ customer: 'cus_123', auto_advance: true });stripe-node is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
activecampaign-api-php
Official ActiveCampaign PHP API client for marketing automation and deal pipelines.
klaviyo-api-python
Official Python SDK for the Klaviyo E-commerce Marketing Automation API.
klaviyo-api-node
Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.
hubspot-api-python
Official Python client for the HubSpot CRM & Marketing Automation REST APIs.