#mohamad-subscription-schedule

1 messages · Page 1 of 1 (latest)

gusty ridgeBOT
urban terrace
#

👋 let me ready carefully, sorry the server is a bit busy

#

mohamad-subscription-schedule

rugged pawn
#

but if we have some coupons on the current schedules, will our marketing team be able to apply another coupons on the next phase of that schedule? can they remove the old coupons from the nextphase and add another one?

urban terrace
#

You can do it all in the code yes

rugged pawn
#

what about in the Stripe Dashboard? can they do this by their own and in development we just listen to the changes through webhooks?

urban terrace
#

I don't know much about the Dashboard, I'm a developer and I help developers here with their code. I'd recommend talking to our support team for Dashboard questions! https://support.stripe.com/contact/email

rugged pawn
#

thanks a lot Koopajah, appreciate it.

#

about this question:

In the first approach, if we list all the subscriptions and set the end date like this:
sub.update(SubscriptionUpdateParams.builder().setCancelAtPeriodEnd(true).build());


will it do the job for both types of subscriptions (with or without schedule)?

will it do the job for both types?

urban terrace
#

no it would only work for the ones without a Schedule. The ones with a Schedule that call will fail. Easy to test this quickly in Test mode to get definitive answers