#roopa_unexpected
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/1242594178790326395
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there. Do you have a Subscription ID and/or Invoice ID you can share?
Hello there, 'sub_1OqZliDwT5gdvn7niAveIUaQ' is subscription id.
do you still need any more info from me?
Cancelling a Subscription does not automatically void any open/unpaid invoices for that Subscription
I see that the Subscription was canceled in early May after a failed Invoice payment, and that Invoice's auto_advance property was changed to false. This means the Invoice is still open/can still be paid but Stripe won't attempt to pay it automatically
I see a client-side confirmation attempt on that Invoice's PaymentIntent on May 10. Since a Bacs payment method was used, it took days to process the payment
The customer didn't use Stripe's hosted invoice page to pay this Invoice so I suspect there's likely a place in your app where they can view any open/outstanding Invoices and that's where they initiated payment after the Subscription was canceled
If your goal is to prevent any invoice payments on already-canceled Subscriptions, I recommend manually voiding any invoices. Once an Invoice is in the void state, no payments can be made on it
when I try to reproduce in test system with testcard invoice will become void immidiately as soon as license will cancel. is it replated to particular payment method?
Do you have the ID for the test mode Invoice that was voided immediately?
no I do not have id for it now.