#wabisabi2019
1 messages · Page 1 of 1 (latest)
Hello! You're specifically talking about the pause_collection param on Susbcriptions, right? https://stripe.com/docs/api/subscriptions/update#update_subscription-pause_collection
yes, thank you 🙂
pause_collection shouldn't result in any changes to the subscription status at all - what it does is that it controls the state of the underlying invoices tied to the subscription, it doesn't change the sub status at all
Got it. So if a new invoice is created and ends up as a draft, we have to manually turn on "automatic collection" for each of those invoices after collection resumes, or will that happen automagically?
You'll need to do it manually