Features
Everything you need to monetize your software
From AI-powered plan generation to revenue analytics and A/B testing. Orbiill gives you the complete billing toolkit so you can focus on building your product.
AI Plan Generator
- Describe your pricing in natural language and get structured billing configurations in seconds.
- Supports flat-rate, usage-based, seat-based, tiered, hybrid, and credit models out of the box.
- AI validates every config against 20+ billing rules before you can deploy.
- Iterate on configs with conversational edits -- no Stripe dashboard required.
Prompt:
“Three tiers: Starter $29/mo with 5 projects, Growth $79/mo unlimited projects + analytics, Scale $199/mo with A/B testing and API.”
✓3 plans generated
✓Validated against 22 rules
✓Ready to deploy
One-Click Stripe Deploy
- Deploy Products, Prices, and Meters to your connected Stripe account with a single click.
- Idempotent deploys mean you can safely re-run without creating duplicates or breaking subscribers.
- Full audit trail of every deployment with diffs and rollback capabilities.
- Supports both test and live Stripe environments with environment switching.
Subscription Management
- Real-time sync with Stripe keeps subscription status, quantities, and billing periods always accurate.
- Cancel, pause, and resume subscriptions directly from your dashboard or via API.
- Track per-customer usage for metered billing with automatic threshold alerts.
- Handle upgrades, downgrades, and prorations without writing custom billing logic.
Acme Corp
Growth
Globex Inc
Scale
Initech
Starter
Umbrella Ltd
Growth
183 active · 12 paused · 4 canceled this month
Revenue Analytics
- Monitor MRR, ARR, churn rate, ARPU, and LTV in a real-time dashboard.
- Visualize plan distribution and revenue concentration across your customer base.
- Track cohort retention to understand how pricing changes affect long-term revenue.
- Export reports as CSV or connect to your data warehouse via webhooks.
MRR
$12,450
+8.2%
ARR
$149,400
+8.2%
Churn
2.1%
-0.3%
ARPU
$68
+$4
Pricing Widget
- Embeddable iframe that renders your live pricing table on any website.
- Automatically syncs when you update or re-deploy plans -- no code changes needed.
- Configurable theme to match your brand colors, fonts, and layout preferences.
- Built-in checkout integration routes users directly to Stripe Checkout.
Starter
$29
/month
Growth
$79
/month
Scale
$199
/month
Auto-synced · Theme-configurable · Checkout-ready
A/B Testing
- Split traffic between pricing variants to find the configuration that maximizes revenue.
- Measure conversion rates, revenue per visitor, and statistical significance automatically.
- Run experiments on price points, tier names, feature bundling, and billing intervals.
- Promote winning variants to production with one click when results are conclusive.
3.4% conversion · 847 visitors
5.2% conversion · 831 visitors · +52% lift
95% confidence · 1,678 total visitors
Outbound Webhooks
- Send real-time event notifications to any endpoint with HMAC-SHA256 signed payloads.
- Automatic exponential retry with configurable backoff for failed deliveries.
- Filter events by type -- only receive the subscription and payment events you care about.
- Full delivery log with request/response bodies for debugging and compliance.
HMAC-SHA256 · Auto-retry · Event filtering
Public API + SDK
- TypeScript SDK with full type safety for server-side and edge runtime integration.
- RESTful API with comprehensive documentation, versioning, and predictable error responses.
- Built-in rate limiting with configurable tiers to protect your billing infrastructure.
- API key management with scoped permissions, rotation, and usage analytics.
import { OrbiillClient } from '@orbiill/sdk';
const orbiill = new OrbiillClient({
apiKey: 'orb_sk_...',
});
// Deploy a billing config
const deploy = await orbiill.deployments.create({
configId: 'cfg_abc123',
environment: 'live',
});Start your free trial
Set up your billing infrastructure in minutes. No credit card required.
14-day trial · No credit card required