Fixed fee coupons
We've added an ability to create fixed fee coupons programmatically and via the Stigg app. Using this new functionality you can grant customers fixed fee discounts, such as $15 off.
Fixed fee coupon can be applied to customers and subscriptions:
1. To customers - via the Stigg app or programmatically by passing the Stigg coupon ID as the couponId
parameter when provisioning and updating customers.
2. To subscriptions - programmatically by passing the Stigg coupon ID to the appliedCoupon
object when provisioning or updating subscriptions.
When Stigg is integrated with a billing solution such as Stripe, Stigg will automatically create and update the relevant entities in the billing solution.
Fixed fee coupons can currently be created in USD. Support for additional currencies is on our roadmap.