Skip to Content

Coupons

Create discount coupon codes that your clients can apply during plan checkout. Coupons support percentage or fixed-amount discounts with flexible targeting rules.

Viewing Coupons

The coupons table shows:

ColumnDescription
CodeThe coupon code clients enter at checkout
DiscountAmount or percentage off
PlansWhich plans the coupon applies to (or “All Plans”)
Billing CyclesApplicable cycles (or “All Cycles”)
UsageCurrent uses / maximum uses
ExpiresExpiration date
StatusActive or Inactive

Creating a Coupon

Click Create Coupon and fill in:

Required Fields

FieldDescription
Coupon CodeUnique code (auto-uppercased, e.g., WELCOME50)
Discount TypePercentage or Fixed Amount
Discount ValuePercentage (1-100) or fixed amount in ₹

Optional Fields

FieldDescription
DescriptionInternal note about the coupon’s purpose
Applicable PlansRestrict to specific plans (leave empty for all plans)
Billing CyclesRestrict to Monthly, Quarterly, or Yearly (leave empty for all)
Max UsesMaximum number of times the coupon can be used (0 = unlimited)
Expiration DateCoupon expires after this date
ActiveToggle to enable or disable the coupon

How Coupons Work at Checkout

  1. Client selects a plan on the pricing page
  2. Client enters the coupon code in the discount field
  3. System validates the coupon:
    • Is the code valid and active?
    • Does it apply to this plan and billing cycle?
    • Has the usage limit been reached?
    • Has the coupon expired?
  4. If valid, the discount is applied to the plan’s selling price (before tax)
  5. Tax is recalculated on the discounted amount

Discount Calculation

Percentage discount:

Discounted Price = Selling Price - (Selling Price x Discount% / 100) Tax = Discounted Price x Tax% / 100 Total = Discounted Price + Tax

Fixed amount discount:

Discounted Price = Selling Price - Fixed Amount Tax = Discounted Price x Tax% / 100 Total = Discounted Price + Tax

If the discount exceeds the selling price, the total is capped at ₹0 (free plan).

Editing and Deleting Coupons

  • Click the edit icon to modify any coupon field
  • Click the delete icon to permanently remove a coupon
  • Toggle Active/Inactive to temporarily disable a coupon without deleting it

Global Coupons

If the platform admin has created global coupons, those also work for your clients as a fallback. Your reseller-specific coupons are checked first.

Tip: Use coupons strategically — offer first-month discounts to new clients, or create loyalty codes for renewals. Track usage in the coupons table to measure effectiveness.