Launch your billing + auth in minutes, not months
One API key. Customer auth, subscription plans, and billing — ready to ship. No Stripe account needed.
No Stripe account needed • Free to start • Ship in 1 hour
Request
POST /v1/customers/register
X-Api-Key: lp_live_abc123xyz
{
"email": "user@example.com",
"password": "securepassword",
"name": "Jane Smith"
}Response
{ "success": ,true "token": "eyJhbGciOiJIUzI1NiJ9...", "customer_id": "cus_4f8a9b2c", "email": "user@example.com", "created_at": "2026-03-27T10:00:00Z"}
Leading the industry in performance and reliability
See why SaaS builders choose Xe Launchpad to power their billing infrastructure
SaaS builders using Xe Launchpad to power their billing infrastructure
Processed securely every month across all customer workspaces
Enterprise-grade reliability with global redundant infrastructure
Average time from signup to first paying customer for new builders
What sets us apart
More than just an API — complete infrastructure for billing, auth, and revenue analytics
Customer Auth
Production-grade authentication baked into every workspace
- JWT tokens with configurable expiry
- bcrypt password hashing
- Refresh token rotation
- Email verification flows
Subscription Engine
Everything your billing layer needs to handle real customers
- Plans, billing cycles, trial periods
- Proration and mid-cycle changes
- Cancellation and pause flows
- Grace period and dunning logic
Analytics & MRR
Real-time revenue visibility without a third-party analytics tool
- Real-time MRR dashboard
- Churn rate tracking
- Cohort analysis and LTV
- Subscriber growth charts
Ready to ship your billing in under an hour?
Join 1,200+ builders who chose Xe Launchpad over months of Stripe integration
Everything you need to ship billing fast
From customer auth to real-time MRR — production-ready billing infrastructure from day one.
6 features · Customer auth in 2 API calls
Customer Registration
Register users with email, password, and metadata. Returns JWT + customer ID instantly.
Customer Login
Authenticate returning customers and issue fresh JWT tokens with configurable expiry.
JWT Auth
Stateless RS256-signed tokens. Works with any backend language.
API Key Auth
Protect your own endpoints using Xe Launchpad API keys. Validate with a single lookup.
Password Reset
Full email-verified password reset flow with secure token handling and expiry.
Session Management
Refresh token rotation, session revocation, and multi-device logout via API.
Enterprise Features
Webhook Delivery
Guaranteed delivery with auto-retries, backoff, and delivery logs.
White-label
Custom domains, email senders, and dashboard branding.
99.9% SLA
Uptime SLA backed by financial credits. Dedicated infrastructure.
From zero to billing in under an hour
Most developers go from signup to charging real customers the same day. Here is exactly how.
Sign up
Create your workspace, get your API key instantly. No credit card required to start.
Your workspace comes pre-configured with a sandbox environment, test customers, and example plans so you can explore the API before writing a single line of code.
// Your API key is ready immediately
const client = new XeLaunchpad({
apiKey: 'lp_live_YOUR_KEY_HERE'
})Define your plans
Create Free, Pro, and Business plans with pricing, feature flags, and trial periods from your dashboard.
Use the visual plan builder or the API to define plan limits, features, and pricing. Plans are live immediately — no deploy required.
// Or create plans via the API
await client.plans.create({
name: 'Pro',
price: 2900, // $29.00
interval: 'month',
features: ['api_access', 'exports']
})Add 2 API calls
Register customers + check subscription. Drop into any app — Node, Python, PHP, mobile, or any HTTP client.
One call registers your user and returns a JWT. One call checks their plan. That is all you need to gate every feature in your product.
// Register user (returns JWT)
const { token } = await fetch('/v1/customers/register', {
headers: { 'X-Api-Key': YOUR_KEY },
body: JSON.stringify({ email, password })
})
// Gate features by plan
const { active, plan } = await fetch(
`/v1/subscriptions/${userId}`
)
if (plan === 'pro') showProFeatures()Watch MRR grow
Customers pay, you get paid. Your dashboard shows real-time MRR, active subscribers, and churn as they happen.
No Stripe dashboard, no analytics setup, no spreadsheets. Xe Launchpad tracks every payment, plan change, and cancellation and surfaces it as clean revenue metrics.
// Revenue metrics available via API
const metrics = await client.analytics.mrr({
period: 'last_30_days'
})
// { mrr: 12400, growth: '+18%',
// active: 428, churned: 12 }Ready to start your clock?
Most builders ship in under 60 minutes. You could be next.
Loved by SaaS builders worldwide
Hear from developers and founders who chose Xe Launchpad to power their billing
“We went from 0 to charging customers in 45 minutes. The API was so clean we barely had to read the docs. Xe Launchpad just works — it is the billing infrastructure I wish I had for every SaaS I have ever built.”
One rate. Full access. No monthly fee.
No tiers. No limits. No surprises. You pay nothing until your customers pay — then we take a small cut.
transaction
That is all. No monthly fee, no setup fee, no per-seat charge. If your customers pay $0 this month, you owe $0.
- Full API access — every endpoint, no restrictions
- Unlimited subscribers, unlimited plans
- Customer auth with JWT (register, login, profile)
- Subscription engine (create, cancel, check status)
- Real-time MRR dashboard
- Webhook event delivery to your endpoints
- Revenue analytics & CSV export
- Stripe Connect payout account
- Priority support
- Sandbox environment included
No credit card required
How money moves
Auto-transferred to your Stripe Connect account weekly. Xeboki handles tax collection, chargebacks, and compliance — you just build.
Processing high volume?
Once you are moving serious revenue through Xe Launchpad, the 5% rate is negotiable. Contact us and we will agree on a custom rate for your workspace.
Talk to us about volume pricingBook a Consultation
Ready to scale? Let's talk revenue share, integration, and custom rates.
Why book a call?
- Custom rate for high-volume workspaces
- Technical integration walkthrough
- Go live within a day
- Full Stripe Connect payout setup