View FAQ →

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

PlanMonthly (USD)Annual (USD)India (INR/mo)Best for
Basic$29$23/mo₹1,499Small teams getting started
Starter$79$63/mo₹3,499Growing sales teams
Pro · Popular$199$159/mo₹8,999Revenue-focused teams
EnterpriseCustomCustomCustomComplex 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.
Annual billing is charged at a 20% discount (shown above as the effective monthly rate). Enterprise is custom priced — contact sales for a quote.

Reference

Usage limits

LimitBasicStarterProEnterprise
Quotes / month25250750Unlimited
Team members31025Unlimited
Integrations1515Unlimited
Webhooks1520Unlimited
API keys1310Unlimited
API calls / month5,00025,000100,000Unlimited
API requests / minute601203001,000
The per-minute API rate limit is enforced per tenant on top of the platform-wide baseline. Exceeding it returns 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.

OverageBasicStarterPro
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.

POST/v1/billing/start-trial

Billing

Upgrading & billing

  1. Open Settings → Billing

    In the seller portal, go to Settings → Billing to see your current plan and invoices.

  2. Choose a plan and checkout

    Selecting a plan starts a hosted checkout session. Under the hood this calls POST /v1/billing/checkout with the target plan and interval:

    FieldValues
    planTarget plan (basic | starter | pro)
    intervalmonth or year (20% off)
    providerstripe (US) or razorpay (India)
  3. Manage an existing subscription

    Already subscribed? POST /v1/billing/portal opens the Stripe billing portal where you can update payment methods, download invoices, and change plans.

GET/v1/billing/subscription
GET/v1/billing/invoices
POST/v1/billing/checkout
POST/v1/billing/portal

Monitoring

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:

GET/v1/tenant/usage