Add Subscription Billing to Any Nepal Product.

SUQO is the subscription layer for Nepal's payment stack. Integrate once via REST API — create subscribers, manage renewal cycles, and collect via eSewa and Khalti. Deploy to every product that needs recurring billing. No merchant account required.

Effort 5 minutes
Live now

Drop-in payment link

Every SUQO plan gets a unique payment URL. Copy it and paste it anywhere — your existing website, a WhatsApp message, an email, or an internal portal. Your customers click it, pay via eSewa or Khalti, and SUQO automatically creates their subscriber record and starts their billing cycle. No code, no setup, no redirect logic to write.

Your plan's payment URL app.suqo.ai/pay/your-plan-id

Best for: businesses already running a website, portal, or CMS that just need to start collecting — right now.

Effort Minutes to hours
Coming soon

Embeds & plugins

Drop SUQO's checkout directly into your existing product without touching the payment flow yourself. Install a WordPress plugin, embed a checkout widget with a single script tag, or use a pre-built component inside your web app. The subscriber lands on your page — SUQO handles the payment and billing cycle behind it.

In the pipeline:

  • WordPress plugin
  • Embeddable checkout widget (script tag)
  • React / Next.js component

Best for: businesses on WordPress, existing web apps, or teams that want a native-feeling checkout without building one.

Effort Developer hours
Live now

Full REST API

Wire SUQO directly into your product. Create subscribers, assign plans, trigger renewal reminders, collect payments, and query billing state entirely through API calls. Run the full subscription lifecycle without a dashboard. Your product stays the interface — SUQO is the billing layer underneath it. Auto-debit ready when Nepal gets there.

Create a subscriber POST /api/v1/external/subscriptions/

Best for: SaaS products, ISPs, and technical teams that want SUQO embedded invisibly inside their own product experience.

View API docs →
For technical teams

Subscription infrastructure you can build on.

Use the SUQO API to manage subscribers, trigger renewal reminders, collect payments, and sync billing state directly into your own product. No per-call charges. No developer tier. Free from day one.

  • Create and manage subscribers programmatically
  • Trigger SMS reminders or send payment links via API
  • Track renewal status, grace periods, and cancellations
  • Works alongside the dashboard — or fully headless
POST /v1/external/subscriptions/
GET /v1/external/subscriptions/{id}/
POST /v1/external/subscriptions/{id}/renew/
POST /v1/external/subscriptions/{id}/cancel/
// POST /v1/external/subscriptions/
{
  "plan": "plan_abc123",
  "subscriber_name": "Aarav Shrestha",
  "subscriber_phone": "98XXXXXXXX",
  "mode": "reminder_and_payment",
  "start_date": "2026-06-01"
}

// 201 Created
{
  "id": "sub_x9k2m",
  "status": "active",
  "payment_link": "app.suqo.ai/pay/..."
}

Developer questions answered

Yes. A SUQO account and KYC verification is required to collect payments — this connects your business to Nepal's payment infrastructure. Once verified, you get API keys and your plan payment URLs immediately. Setup takes under 10 minutes.

Test mode is on the roadmap. Currently the API operates against the live environment. Reach out if you're evaluating for a larger integration and need to discuss test access.

Auto-debit will allow payments to be pulled from a subscriber's digital wallet or bank account at renewal — no link click required. When that becomes available in Nepal, SUQO will expose it through the same API endpoints. Products already integrated with SUQO will get auto-debit without changing their integration.

No. API access is free — no per-call billing, no developer tier, no rate-limit surcharge. You pay only for SMS credits when renewal reminders are sent to subscribers.

Yes. Both work from the same account and share the same subscriber records. You might use payment links for onboarding new subscribers (no code needed) and the API to query or manage billing state programmatically.

We're actively building the WordPress plugin and embeddable checkout widget. No firm date yet — follow the blog or sign up to be notified when they launch.

Start building on Nepal's subscription infrastructure.

Sign up, complete KYC, and get your API keys in under 10 minutes. Free to start.

Free to start  ·  100 SMS credits included  ·  Set up in minutes