Overview

Coupons can be used to grant customers discounts. Stigg currently supports customer-level percentage discounts; that is, when a coupon is applied to a customer, they'll receive X% off the price of every active subscriptions.


Viewing the list of coupons

To view the list of available coupons, select the Coupons sub-section of the Product Catalog from the left navigation pane.

The coupon list also includes visibility for the number of redemptions by customers for each coupon.

Creating coupons

Creating new coupons in Stigg is possible by clicking on the "+ New coupon" button in the Coupons sub-section of the Product Catalog.

Enter the below details in the opened modal:

  1. Name - the name of the coupon.
  2. ID - will be auto-generated by Stigg. Use this ID to refer to the feature in your application. To link an existing coupon, override the auto-generated value.
  3. Discount percentage - the percentage (%) discount from the original price that will be applied.
  4. Description (optional) - the feature's description.

Confirm the action by clicking on the "Create" button.

πŸ“˜

When integrated with a billing solution (for example: Stripe), the coupon name will appear on customers' invoices.

Applying coupons to customers

To apply coupons to customers, please see the "Apply a coupon" section.

Editing coupon details

To edit details of a coupon click on the dotted menu icon of the relevant row, and select the "Edit" action.

Once done, click on the "Save changes" button in the opened modal.

πŸ“˜

Some properties of a coupon (for example: its ID and discount percentage), cannot be modified after the coupon is created.

Storing metadata

It's possible to store metadata on each coupon. The metadata can then be leveraged by the hosting application and third-party solutions via the Stigg SDKs, API and webhooks to implement custom functionality.

To store metadata on a specific coupon, under the "Metadata" section of selected customer click on the "Add" (if there's no metadata) or "Edit" buttons.

Enter the relevant keys and values.

Click "Add" (if there was previously no metadata) or "Save changes" buttons to apply the changes.

Archiving coupons

When a coupon is archived, it will not be possible to apply it to new customers. Existing customers will not be affected by this action.

To archive a coupon click on the dotted menu icon of the relevant row, and select the "Archive" action.

Confirm the action by clicking on the "Archive" button in the opened modal.