#arch37ype - Subscription Pausing
1 messages · Page 1 of 1 (latest)
Thanks @severe shard
Do you mean stuff like this?
https://stripe.com/docs/billing/subscriptions/pause
Yes. I'm not completely convinced it's the right thing for my use case however
We are using Stripe Connect, and our users have been creating subscriptions for their clients
Our users are looking to pause payment collection while they go on holiday for example
Does subscription pausing do any form of pro-ration, or does it literally just void invoices that fall within the paused period?
(I'd be using pause_collection[behavior]=void)
I haven't tested this particular workflow before. I'm going to ask some of my colleagues about this.
Ok, thank you
Alright. Answers received. There will not be any automatic prorations in your case. If your users want to credit their customers that would be something you would implement on your end. Does that give you clarity on how to proceed?
Could I use subscription schedules for this? And switch clients onto a free plan for the "paused" period?
👋 I'm just hopping in since @severe shard has to head out soon - what is your goal here? It sounds like when you "pause" a subscription you want to credit back the user for any unused time (between when the subscription was paused and the next billing cycle)?
Hey @lunar onyx
Effectively, yes. What we don't want is to have clients upset that they were billed a full month, and our user had actually "paused" their service for X amount of time during that period
Gotcha - yeah then switching over to a "free" plan may be the better option for you since that will enable us to generate prorations. Alternatively, you could use the pausing functionality from Stripe, calculate the proration yourself, and then create a refund or issue a customer credit balance for that amount yourself