Launch Subscriptions in Minutes, Not Weeks

Forget complex webhooks, state management, and backend spaghetti code. Paymints provides a single, clean API to manage subscriptions with Stripe & Lemon Squeezy, so you can focus on your product.

100% Open Source Core ✓ Free forever plan available ✓

Trusted by developers at leading startups

The Old Way: Complex & Error-Prone

subscription-handler.js
1// Handle Stripe webhooks
2app.post('/stripe/webhook', (req, res) => {
3// Verify signature... 50 lines of code
4// Parse event type... another 30 lines
5// Update database... more complexity
6// Handle edge cases... even more code
7// Sync with Lemon Squeezy... 🤯
8
9// TODO: Handle failed payments
10// TODO: Manage subscription states
11// TODO: Deal with webhook retries
12// WARNING: This breaks often!
13});

The Paymints Way: Simple & Robust

app.js
1import { paymints } from '@paymints/sdk';
2
3// That's it! 🎉
4const subscription = await paymints.subscriptions.create({
5customerId: user.id,
6planId: 'pro-monthly',
7provider: 'stripe' // or 'lemon-squeezy'
8});
9
10// Webhooks, state management, and sync
11// are handled automatically ✨

Everything you need to monetize your SaaS

Reliable Webhooks
Never miss a payment event. Our webhook system includes automatic retries, deduplication, and real-time monitoring.
Unified API
One API for multiple payment providers. Switch between Stripe and Lemon Squeezy without changing your code.
Analytics Dashboard
Track MRR, churn, and customer lifetime value with beautiful, actionable insights built for SaaS founders.
Enterprise Security
SOC 2 compliant infrastructure with end-to-end encryption and comprehensive audit logs.
Lightning Fast
Sub-100ms API response times with global CDN and intelligent caching for the best user experience.
Global Ready
Support for 135+ currencies, local payment methods, and automatic tax calculation worldwide.

Simple, transparent pricing

Choose the plan that fits your scale. No hidden fees.

Community
$0
Hobbyists & Students
HostingSelf-Hosted
Dashboard & Analytics
SupportCommunity
UpdatesManual
API Access
Webhook Handling
Starter
$6/mo
Solopreneurs & MVPs
Active SubscriptionsUp to 100 included
Payment Gateways1
Team Members1
HostingManaged Cloud
Dashboard & Analytics
SupportEmail
UpdatesAutomatic
API Access
Webhook Handling
Most Popular
Standard
$19/mo
For small teams & growing businesses
Active SubscriptionsUp to 500 included
+$5/mo per additional 200 active subscriptions
Payment Gateways2
Team Members3+
+$1/mo per additional member
HostingManaged Cloud
Dashboard & Analytics
SupportEmail
UpdatesAutomatic
API Access
Webhook Handling

Frequently Asked Questions