#spock-discounts

1 messages · Page 1 of 1 (latest)

grizzled blade
#

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

signal halo
#

oh.. so I can through stripe dashboard to add the couponB when 3rd month starts right? or I need handle this through API

grizzled blade
#

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.

signal halo
#

where can I found this schedule ?

grizzled blade
#

on top right corner

signal halo
#

oh I found it

#

so I add couponB than schedule to updated it

grizzled blade
#

on a custom date I guess

signal halo
#

but If I already used couponA, the dashboard cannot add new coupon

#

I need wait until couponA expired?

grizzled blade
#

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

#
  1. Create the subscription with Coupon A
  2. Schedule update the subscription with CouponB
#

but as you can see, dasbhoard operation is limited

signal halo
#

ok I wii try the API or find a nice way, very thanks!