#KRS-Subscription
1 messages · Page 1 of 1 (latest)
Hi there, what types of event are you interested in? the invoice is upcoming, the invoice is paid successfully or payment failure?
i don't want to rely on the payment events as payment can be succesfull or failed. irrespective of the payment status, i want to update our system's subscritption with renewal information.
Usually a subscription renewal means the invoice is paid successful, can you tell me a bit more about the renewal in your use case?
we have subscription which is renewed annually. for some reason when the payment failed on the renewal, then the subscritpion in stripe goes to due state, we also want to capture that and mark our subscription as due. so relying on payment failed or succesful is not correct, as we want to know the subscription changes.
Do you intent to recover the payment as the next course of action?
yes, but there is no defined timeline to do that, it can be done later when customer visits in the next year..
Got it. I'd suggest to let Stripe smart retries to recover the payment https://stripe.com/docs/billing/subscriptions/overview#smart-retries , and you can also use the leave the subscription as-is option so that your customer is not interrupted if all retries fail.
still my question of what is the recommended way to listen for subscription renewal is not answered?