1 messages · Page 1 of 1 (latest)
Hi 👋
Not sure I follow. What are the API methods being used here?
on upgrade, we use stripe.subscription.modify with proration_behavior='create_prorations',
and for reactivate cancelled subscription
subscription.cancel_at_period_end=False and save
If all you did was mark sub as cancel at period end then they shouldn't need to pay again
Recommend just testing out the scenario yourself in test mode