#monobot
1 messages ยท Page 1 of 1 (latest)
Yes, so coupons are linked to subscription plans ... but we want some clients to have EG: 30% on some plans and 40% on others
Got it. Customers can have a single coupon, and subscription also can have a single coupon. But if you are dealing with multiple subscriptions, then each subscription can have it's own coupon?
Yes we need to have clients with more than one coupon ... so the only solution right now is create a promotion code linked to a coupon and let the customer apply the promotion code right?
Can you take a step back and clarify your flow?
You are creating subscriptions, and you want to pass a specific coupon to the subscription? Or you want the customer to themselves enter the promotion code?
Hey Soma.
We currently have 3 subscription types.
We have different coupons with specific amounts linked to those subscriptions
We want for specific customers to have more than one coupon.
So for those clients they have different discounts on different subscriptions
But here each subscription can have only a single coupon, correct? So when you create the subscription, you could directly pass the coupon ID with the API?
Maybe you are overthinking ๐
In stripe subscriptions are linked to products and the same product can have a number of coupons, so one of 35% and a second of 25% etc..
When I assign a coupon to a client ... I can not see any option to assign a second coupon.
That is my question if that is possible at all.
Maybe you are overthinking ๐
Maybe! Unfortunately I'm still not sure I understand your end goal here. But to answer your specific question:
When I assign a coupon to a client ... I can not see any option to assign a second coupon.
Correct, a customer object can have a single coupon. And it will automatically be applied to the customer's invoices.
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Hey Tarzan.
All good ... we can close the issue, thanks!!