#lean dank-sub-coupons
1 messages · Page 1 of 1 (latest)
Hello. How are you splitting payments like that?
You can create a Coupon with a fixed amount off yes: https://stripe.com/docs/billing/subscriptions/coupons#creating-coupons
I'm not quite sure what you mean by that. The either once or twice a year part? Thats just the payment interval of the recurring price (yearly vs. every 6 months)
Let me rephrase my question from a customers standpoint:
Well then it's not a Subscription that costs $10k a year. It's a Subscription that costs $10k a year OR $5k every 6 months. Sorry to be pedantic but just trying to understand how your integration works
all good yes thats what I was trying to say
and now I'm looking to implement coupons in a way, that the total discount for the whole year is the same, no matter if the customer chose the yearly payment interval or the bi-yearly interval
of course in this specific case one could use 10% off instead and achieve this, however my actual prices are different and would result in some wonky percentages
I guess you'd use 2 different Coupons, 1 per Price with the flat amount accordingly?
The $5k coupon would apply for 2 intervals
Yea that was my first instinct too I was just wondering if theres a way to sort of tell stripe "this customer is getting a total discount of x amount for a whole year now go figure out how that divides across all invoices of that year"
Not for the 6-month recurring Price, no. As far as we're concerned it's not an annual subscription
gotcha thanks!