#spock-discounts
1 messages · Page 1 of 1 (latest)
you will have to apply them separately
e.g. apply couponA during subscription creation.
Then at the end of the 2nd month when you receive the invoice.created event representing the 3rd month starts, you apply CouponB again
you cannot apply them in one shot
oh.. so I can through stripe dashboard to add the couponB when 3rd month starts right? or I need handle this through API
You will have to do it in the API
Wait, let me check
to confirm if dashboard coudl do that
you can actually schedule the changes
I guess you can add coupon and schedule it.
on top right corner
on a custom date I guess
but If I already used couponA, the dashboard cannot add new coupon
I need wait until couponA expired?
let me check, how to do that in Dashboard. Through API it is definitely doable but let me check how to do that in dashboard
I guess through dashboard you cannot perform two scheduled update
what you can do
- Create the subscription with Coupon A
- Schedule update the subscription with CouponB
but as you can see, dasbhoard operation is limited
ok I wii try the API or find a nice way, very thanks!