Subscriptions
Internal admin tools for billing subscriptions (no tenant-wide list API in this service).
Billing gateway
Requests use GET https://verify.verifystack.in/api/v1/billing/subscriptions/me?userId=… (same prefix as plan admin routes). Create uses POST https://verify.verifystack.in/api/v1/billing/subscriptions/{planId}. Override the host with NEXT_PUBLIC_API_BASE_URL if needed.
Create subscription
Pick a plan from the live catalog, enter the subscriber's user ID, then assign the subscription. Optional
orgId is sent when provided.Loading plans from billing…
Look up by user
The billing service exposes per-user subscription reads with a userId query parameter until JWT principal support is wired.
Create a subscription above, or enter a user ID and fetch to load existing subscriptions.