Plans & Billing
Plans & Billing
TackQuote has four paid plans, plus a Free plan that does not expire. A 14-day trial of a paid plan is available once per account, with no credit card required. Pay by card via Stripe or with PayPal; India is billed via Razorpay (UPI/cards), with purchasing-power-adjusted INR pricing. Save 20% by paying annually.
Pricing
The four plans
| Plan | Monthly (USD) | Annual (USD) | India (INR/mo) | Best for |
|---|---|---|---|---|
| Basic | $29 | $23/mo | ₹1,499 | Small teams getting started |
| Starter | $79 | $63/mo | ₹3,499 | Growing sales teams |
| Pro · Popular | $199 | $159/mo | ₹8,999 | Revenue-focused teams |
| Enterprise | Custom | Custom | Custom | Complex B2B operations |
Each tier layers on capabilities:
- Basic — quotes, buyer portal, PDF export.
- Starter — adds HubSpot (read-only) and automated email follow-ups.
- Pro — adds approval workflows, e-signature, analytics, CRM sync, CPQ, commerce checkout (Shopify/BigCommerce/WooCommerce), and AI quote scoring.
- Enterprise — adds SSO (SAML/OIDC), white-label buyer portal, NetSuite, priority support, and a 99.9% uptime SLA.
Reference
Usage limits
| Limit | Basic | Starter | Pro | Enterprise |
|---|---|---|---|---|
| Quotes / month | 25 | 250 | 750 | Unlimited |
| Team members | 3 | 10 | 25 | Unlimited |
| Integrations | 1 | 5 | 15 | Unlimited |
| Webhooks | 1 | 5 | 20 | Unlimited |
| API keys | 1 | 3 | 10 | Unlimited |
| API calls / month | 5,000 | 25,000 | 100,000 | Unlimited |
| API requests / minute | 60 | 120 | 300 | 1,000 |
429 Too Many Requests. See the API reference for details.Billing
Overages
Paid plans keep working past their included limits — usage beyond the plan allotment is billed as an overage rather than blocked.
| Overage | Basic | Starter | Pro |
|---|---|---|---|
| Extra quote | $0.40 | $0.40 | $0.40 |
| Extra seat | $9 | $11 | $14 |
| Extra API call | — | — | $0.002 |
Enterprise plans are uncapped, so overage pricing does not apply.
Getting started
Free trial
Every new account starts on the Free plan, which does not expire and needs no credit card. Separately, you can take a 14-day trial of a paid plan — once per account — or convert to a paid plan at any time.
/v1/billing/start-trialBilling
Upgrading & billing
Open Settings → Billing
In the seller portal, go to Settings → Billing to see your current plan and invoices.
Choose a plan and checkout
Selecting a plan starts a hosted checkout session. Under the hood this calls
POST /v1/billing/checkoutwith the target plan and interval:Field Values planTarget plan (basic | starter | pro) intervalmonthoryear(20% off)providerstripe(US) orrazorpay(India)Manage an existing subscription
Already subscribed?
POST /v1/billing/portalopens the Stripe billing portal where you can update payment methods, download invoices, and change plans.
/v1/billing/subscription/v1/billing/invoices/v1/billing/checkout/v1/billing/portalMonitoring
Monitoring usage
Track how much of your plan you are consuming — plan, renewal date, API calls used against the limit, active users, quote volume, and connected integrations:
/v1/tenant/usage