#Muhammad-invoice-uncollectible

1 messages · Page 1 of 1 (latest)

young egret
eager vapor
#

But then subscription status should be active right?

young egret
eager vapor
#

Can you please have a look at this screenshot

#

You see subscription was canceled. But then it's invoice was paid.

#

So should not it's related subscription should be created again or resumed?

#

What's the benefit of invoice paid if it's related subscription does not have any effect?

obtuse sentinel
#

Can you send me the ID of the invoice in question?

eager vapor
#

in_1Kz0HGHbUeYvEkfTpdL3z9xj

obtuse sentinel
#

Thank you

#

Sorry for taking a bit on this. So as has kind of been covered, the uncollectible status means that you think the customer is unlikely to pay the invoice but that is still a possibility. If you want the invoice to be completely unpayable, you can void it via the API when the subscription is cancelled to avoid situations like this. https://stripe.com/docs/invoicing/overview#invoice-statuses

#

The benefits depend on the users but it is often used to do things like track how much is owed while letting the user still have an active subscription.

eager vapor
#

There was also another situation similar to this one, Let me get information on that.... (in that case a new subscription was created I think that was most probably by server side logic... but I am thinking why that did not failed like this)

#

Can you see this picture too.
This subscription invoice was also uncollectable.
What could have happened in this case that resulted in a new subscription?

obtuse sentinel
#

Can you send me that ID as well? I am not immediately sure what that might be from the picture

eager vapor
#

I think in that case that invoice is not paid instead a new subscription was created.

Most probably in first case user paid an invoice via the link that is sent in case a payment failed.

obtuse sentinel
#

That makes sense, that looks like their initial subscription was cancelled so they signed up again (guessing that that is how your integration works)

eager vapor
#

yeah
thank you for support.