#Picklepaws

1 messages ยท Page 1 of 1 (latest)

quasi capeBOT
untold gust
#

Let me know if you have any specific questions after reading through this document.

robust flame
#

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 ๐Ÿ˜…

untold gust
#

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.

robust flame
#

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!