#TonyS
1 messages · Page 1 of 1 (latest)
Hi there!
You can restrict a coupon to a specific product, but not to a specific price.
So you would need to create two spearate products: one with a yearly price, and once with a monthly price.
And then set applies_to when creating the coupon: https://stripe.com/docs/api/coupons/create#create_coupon-applies_to
This would create lot of complexity in our product sadly since it means create a lot of unneeded variations. Thanks anyway