#frallain_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1421053625504895016
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
not sure, give me a few minutes to try this.
wait, we do mention auto_advance in our docs here: https://docs.stripe.com/billing/subscriptions/pause-payment#collect-payment-later
which behavior are you using? void, keep_as_draft, or mark_uncollectible?
keep as draft
Yes but the documentation does not say anything about existing invoices created before the sub gets autocollection disabled
got it, let me try this on my end.
I just tested, and no we don't update the previously created invoices to auto_advance: false.
so if that's something that you want, you'll need to do that yourself (by listing open invoices and then updating them).
Alright thank you very much, that would be nice to add this to the documentation