#joshy_subscription-invoice-void
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- joshy_customer-paymentmethod, 21 hours ago, 8 messages
๐ 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/1238599981829455993
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
Stripe Subscriptions consider every one of those invoices as something you intend to collect payment for. In this scenario do you not want to collect payment for the other outstanding invoices?
That is right. They will lose access to specific features when their subscription.status is not active/trialing, so they will only need to pay the subscription once they fix the payment
I wouldn't want to charge them for failed payments when we did not give them access to our features. I hope that makes sense ๐
Okay so in that case you would want to void the outstanding invoices to return the Subscription to active status
https://docs.stripe.com/invoicing/overview#void
I wouldn't want to charge them for failed payments when we did not give them access to our features. I hope that makes sense
Yes that makes sense to me!
Gotcha. So I would have to do this manually? There is no built-in feature for this?