#Wik-discounts
1 messages · Page 1 of 1 (latest)
Thanks, I updated the question.
Ah thanks!
Let me take a look
Okay so the simplest solve here is to set the coupon at the customer level in this case as opposed to the subscription level: https://stripe.com/docs/api/customers/update#update_customer-coupon
That said, this means the coupon will affect all subscriptions for that customer. Will your customers have multiple subs at once?
Not currently, but I can't rule it out. Is is possible to achieve the same results without setting a coupon at the customer level?
You would have to basically calculate the remaining time of the past coupon and create a new coupon to add to the new Subscription.
No other way really to do this at the Subscription level
Got it, thank you.