#Picklepaws
1 messages ยท Page 1 of 1 (latest)
Hi, I think the answer you're looking for is here: https://stripe.com/docs/billing/subscriptions/coupons
Let me know if you have any specific questions after reading through this document.
If a coupon expires, can promotional codes be used for that discount?
I'm wondering if it's better to manage discounts via fairly fixed coupons (e.g., never expire, apply only to specific products) and create promotional codes around the coupon.
Rebuilding an application and trying to make good design choices ๐
A coupon is for your use and promotion is user redeemable. You can set restrictions on this specifically to what you perceive best suits your business need. The Promotion Code represents a customer-redeemable code for a coupon. You are right here, you'd want to manage more restirictive discounts via the coupon and create the promotional code for that coupon.
I see. A coupon is not just for my use though, is it? I know that you can give it to customers by assigning a user-friendly id to it, and then you can attach it to a subscription POST.
The more I'm learning though, the more it seems like that's not the way Stripe intends for you to use coupons.
So I will go with distributing promotional codes to users. ๐ Thank you!