Support for promo codes that are entered during Stripe Checkout
We've extended our integration with Stripe and now support entering of promo codes during customer checkout. Promo codes can be extremely useful to promote your products upon launch and during the holiday season.
When a promo code is entered during checkout, it's validated by Stripe. If the code is valid, the discount is applied to the subscription and the discounted price will appear in the Stigg Console and customer portal widget, as well as returned by Stigg's APIs and SDKs.
When the discount is defined to apply during a certain time period (for example: 12 months), after the discount period is exceeded the original non-discounted subscription price will be presented.
Allowing customers to enter them during the checkout process is as easy as 1-2-3:
- Create a coupon either from the Stigg console directly in Stripe.
- Open the created coupon in Stripe and generate a promo code, for example:
PRODUCTHUNT
,BLACKFRIDAY22
orXMAS2022
. - Allow entering promo codes when provisioning subscriptions using the Stigg SDK.