#rita-sub-statuses
1 messages · Page 1 of 1 (latest)
I was expecting that if the invoice is marked as uncollectible and subscription finally goes to status past_due but this actually never happens.
yeah the uncollectible part here is what is not causing your Sub to go into past_due
https://stripe.com/docs/invoicing/overview#uncollectible
that state works differently from how you're expecting it.
Basically the Invoice will only be past due date if it is left untouched and isn't marked as uncollectible, for the Sub to go into past_due
I know you're marking "payment failed" as uncollectible but the API treats this status as "outstanding debt, ignore and move on" and the Subscription continues in active
thx!