#jachensh
1 messages · Page 1 of 1 (latest)
I'd recommend using iterations to end exactly after a billing cycle
so is that setting iterations to 0 or 1?
and is there any additional data i should be adding to the phase?
Hi! I'm taking over this thread.
You want to cancel the subscription at the end of the current cycle?
correct
Then you don't have to use Subscription Schedules, you could simply update the Subscripton and set cancel_at_period_end: https://stripe.com/docs/api/subscriptions/update?lang=node#update_subscription-cancel_at_period_end
ah that makes it way simpler. thanks!
Happy to help 🙂
sorry one last follow up question @wise karma , once a cancelation is processed, that will generate a customer.subscription.deleted event via webhooks?
Correct