#rainbird_unexpected

1 messages ¡ Page 1 of 1 (latest)

next glacierBOT
#

👋 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.

barren mural
#

Can you provide the cancelled Subscription Id? sub_xxx

frosty badge
#

there's a few, here's another example

#

sub_1LntLLHkRjEvl81zpyKb4pej

barren mural
#

Looking...

barren mural
#

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

frosty badge
#

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?

barren mural
#

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

frosty badge
#

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

barren mural
#

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

frosty badge
#

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)

barren mural
#

Void the Invoices corresponding to that Subscription

next glacierBOT
upbeat falcon
#

hi! I'm taking over this thread. let me know if you have other questions.