#jahirjje-email-notification
1 messages · Page 1 of 1 (latest)
Hi there! You would likely want to listen to invoice.paid and invoice.payment_failed in this case.
ok, thank you
If the recurring payment of a subscription is canceled by the user, and the subscription deadline arrives, which state does it adopt?
When you say "canceled by the user" does that mean you deleted the Sub already?
no, I mean, the user cancels his recurring payment
Ah okay, so in that case the payment attempt fails and the Subscription will move to status: past_due
The behavior is then dictated by your retry settings
Ok, if i put the unpaid status, the user can paid later and use his suscription again?
Yep, as long as the Sub isn't canceled then it can be returned to "active" once the latest invoice is paid.
I'm looking for that, don't cancel the subscription, I already configured the behavior of the payment retries so that it doesn't cancel it, is there any other action that I should consider so that the sub doesn't cancel?
Nope, as long as retries don't cancel and you don't cancel it manually then it won't cancel
amazing!
Excuse me I have several questions, could you explain to me how invoices work in subscriptions, I have seen that invoices continue to be issued when the client does not pay
No problem! We are here to help! That said, have you given a read through https://stripe.com/docs/billing/subscriptions/overview?