#greggles-subscription-pausecollection
1 messages · Page 1 of 1 (latest)
Morning hanzo
Hello 👋
It mostly depends on the pause_collection.behaviour you set when pausing the subscription
https://stripe.com/docs/billing/subscriptions/pause
Pausing collection doesn't prevent invoices from being generated on the regular interval, it just keeps them as draft or voids them depending on what behavior you used. So unpausing shouldn't really change billing cycle anchor either.
Thank you. We set it to void. If we did want to resume collecting payment, we could either prorate or set a new billing anchor?
Hello!
greggles-subscription-pausecollection
@wheat parrot prorating doesn't really make sense if you voided the Invoices. The question is really to ask yourself what you want the behaviour to be when you unpause
The intent was to create a free period, even for annual subscription in the middle of their subscription period.
Sorry that's extremely vague, I have no idea what this means.
think about their billing cycle and ask yourself exactly what you want to happen and when you want them to pay next and what they should pay
OK thanks for your help.