A composable API for recurring billing, intelligent dunning, and Nomba-powered split routing. From zero to revenue in hours.
Last 30 days
A streamlined lifecycle for recurring revenue.
Connect Billstack in minutes. Create plans, manage customers, and generate checkout links with clean REST endpoints.
We assign Dedicated Virtual Accounts and process card payments. Smart retries handle failures automatically.
Define percentage or fixed splits. Revenue is instantly routed and settled to Nomba accounts — no reconciliation needed.
All the billing primitives you need, composable and production-ready.
Split subscription revenue instantly between your platform, agents, and merchants using percentages or fixed amounts via Nomba APIs.
Know exactly where your recurring revenue is heading. Track churn rate trends, monitor health scores, and forecast subscriber growth — all in real time from your Billstack dashboard.
Cards fail. It's a reality. Every subscriber automatically receives a permanent bank account number so they can pay via transfer if their card fails.
A powerful, composable REST API built in Go. Integrate subscription infrastructure into your Next.js, Node, or Go application with predictable endpoints and idempotent requests.
Clean JSON responses and standard HTTP codes make integration seamless.
Safely retry network requests without accidentally double-charging customers.
const billstack = require('billstack')('bsk_live_...');
// Create a subscription with split routing
const subscription = await billstack.subscriptions.create({
customer: 'cus_9s8d7f6g5h4j',
plan: 'pln_pro_monthly',
payment_method: 'dva',
split_rules: [{
account_id: 'acct_agent_123',
percentage: 15
}]
});
Pay only for what you use. No hidden fees.
For developers building and testing.
Everything you need to know about Billstack.