#rainbird_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/1307971691158437890
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you provide the cancelled Subscription Id? sub_xxx
Example of email support:
https://d.pr/i/BuGPUI
Example ID:
sub_1LnsHoHkRjEvl81zW332v9kS
Events:
https://d.pr/i/W4H8SV
there's a few, here's another example
sub_1LntLLHkRjEvl81zpyKb4pej
Looking...
So ultimately, the Subscription was changed to past_due and was cancelled on Oc 22. It's latest Invoice in_1Q4sg5HkRjEvl81zVNyAwiXM was only paid later on Oct 26
It was too late, and the Subscription was cancelled
is this common behaviour? I have received a few emails about it. We have 6000 subscribers and maybe received 10 or so emails, so it is a low amount. But it is becoming more frequent.
If the subscription is already cancelled then shouldn't they not be able to pay the invoice?
The already opened Invoice is still there for you to collect any un-charged amount. If you don't want to collect it, you can listen to the customer.subscription.deleted webhook event, find all open Invoices of its, can manually Void it
This is docs for the API, but I thought it a subscription is set to cancel then they won't take payment anymore?
So what's happening here is that we've cancelled the subscription, but the customer is paying the invoice (from email?) and Stripe is taking that payment?
here's another sub ID:
sub_1QDvbVHkRjEvl81zfQQa68Fc
Yes Stripe stop automatic collection of the finalized/opened Invoice. That's you will see on Oc 22 here: https://dashboard.stripe.com/invoices/in_1Q4sg5HkRjEvl81zVNyAwiXM
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
But the Customer can still pay it. The amount still goes to your Stripe balance (we takes fee as any other normal transaction)
You could consider refunding them if they want the fund back
most of them have reached out, and I've added a new subscription using a coupon. So it's not an issue I was just confused as to what exactly was happening.
so in this case what we should do is on the subscription ended webhook, close all invoices? (or void them)
Void the Invoices corresponding to that Subscription
hi! I'm taking over this thread. let me know if you have other questions.