#supay.
1 messages · Page 1 of 1 (latest)
Both Monthly and Annually
So you can't give "3 months off". You could calculate what 3 months would value ($18 in your example) and create a coupon for that amount.
On a yearly subscription it doesn't work since it's not the same price.
Yeah you would need different coupons for your yearly and monthly Subs
You wouldn't use the same one here
Is it possible to link a coupon to a specific price then ?
Yeah you could use applies_to (https://stripe.com/docs/api/coupons/create#create_coupon-applies_to)
That would be another way to go about it
In the docs they are talking about ProductIds, The monthly and yearly subscription are on the same product.
Correct. You would have to create two different Products if you wanted to take advantage of this...