Payments, roles, access control, analytics and a clean API. Built for creators and developer teams who care about DX.
curl -X POST https://api.noviqe.com/v1/memberships \ -H "Authorization: Bearer $NOVIQE_KEY" \ -H "Content-Type: application/json" \ -d '{ "user": "12345", "plan": "pro", "provider": "discord" }'
Connect Stripe once. Launch subscriptions, one‑time purchases, trials and coupons with tax and invoicing handled for you.
Create free, basic and pro tiers with usage limits.
VAT/GST support via Stripe Tax. Invoices and receipts included.
Free trials and promo codes to boost conversion.
Drop‑in link that works everywhere.
https://pay.noviqe.com/your-handle
We never touch card numbers. SCA and 3DS ready.
Grant and revoke Discord/Telegram roles the second a membership changes.
POST /v1/roles/sync { "provider": "discord", "user": "12345", "role": "pro-member" }
Webhooks fire on subscribe, cancel and refund.
Repair states automatically on reconnect.
Map plans to one or many roles per server.
Protect channels, content, downloads, and perks using simple rules.
if (member.plan === 'pro' && member.active) { allow() } else { redirect('/upgrade') }
Live monthly recurring revenue.
Voluntary vs. involuntary breakdown.
See retention by signup month.
Export CSVs, or hit the analytics endpoints to embed charts in your own dashboard.
Stream events into your warehouse for deeper modeling.
Use REST, or install our JavaScript and Python SDKs. Webhooks for all lifecycle events.
import Noviqe from "@noviqe/sdk"; const nov = new Noviqe({ apiKey: process.env.NOVIQE_KEY }); const m = await nov.memberships.get("12345"); console.log(m.active);
POST /webhooks/noviqe { "type": "membership.updated", "data": { "user": "12345", "active": true, "plan": "pro" } }
Exponential backoff and HMAC signatures included.
Secure provider logins with least‑privilege scopes.
Every change is tracked and exportable.
Per‑IP and per‑key throttles with 429 guidance.
Token storage is encrypted. PII is minimized and never logged in plaintext.
Role mapping and channel gating.
Private groups and role sync.
Subscriptions, coupons, taxes.
Notifications and alerts.
Import members and perks.
Automate anything with 5,000+ apps.
All‑in‑one vs. patching tools together.
Capability | Noviqe | DIY + bots |
---|---|---|
Hosted checkout | Built‑in | Custom |
Role automation | Native | Multiple bots |
Taxes & invoices | Stripe Tax | Manual |
Analytics | Dashboard + API | Spreadsheets |
Time to launch | Minutes | Weeks |
Yes, via CSV or API. We also support Patreon imports.
We charge a flat platform fee on top of Stripe’s rates. See pricing for details.
You can test everything in the free plan and upgrade when ready.