#ankoro
1 messages · Page 1 of 1 (latest)
Hi there
Hi
So are you setting cancel_at beyond the current period end?
Yep that it, so proration_behavior dont work
Correct
In this case you would need a Subscription Schedule to be able to cancel in a future period without proration
Otherwise you need to wait until you are in that period to cancel
Ok so if I want to wait that period, I set cancel_at before the current period end ? And it will not have proration ?
And by SubscriptionSchedule I have to set end_date to what I want ?
The problem with SubscriptionSchedule is that I work with the sessions checkout
If you set cancel_at prior to the current period end and set proration_behavior: none then there will be no proration
If you want to cancel in a future period then you attach a Subscription Schedule (https://stripe.com/docs/billing/subscriptions/subscription-schedules) to the Subscription and set up a future phase to handle the cancellation without proration
Ok thanks for you help !