#ashour_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252597257824370728
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hi there!
I already tried to set a retry policy to smart retries 8 times in 14 days period and if all retries failed cancel the subscribtion it should work I think
yes that's the correct way to do it
can you share the Subscription ID (sub_xxx) where this didn't work?
But why the cancellation didnt happen when I used the simulation feature?
Sure
sub_1PSw5uRsJ0zmJEQpVdNyLs70
After I advance time for more than 1.5 month it should be cancelled not just set as past due right?
I want to let you know thats all in test mode
thanks! give me a few minutes to look into this.
Thank you alot I really appreciate your help
hum... I'm not sure. it's possible that Test Clock don't work well with the dashboard settings.
I would recommend to ask Stripe support to look into this: https://support.stripe.com/contact
I dont really care about test clock I just wanted to know if this will work on production or not because its my first job and first integration with stripe and iam alittle bit worried thats why I contacred an expert
I just wanted to know if this will work on production
yes, based on your settings, if all payment retry failed the Subscription will be cancelled.
Thank you alot can I ask you 1 more favor is it possible to review the 3 important endpoints (three months subscribtion endpoint, free trial endpoint, webhook) and tell me if there is any mistake if its not allowed its okay and I really appreciate your help
I'm not sure I understand. what do you mean by "review the important enpoints"?
sorry we can't review existing code. but if you have some specific questions/concerns, I can try to help.
Okay 1 last question I noticed that when subscribtion is cancelled if it has past due invoices that user recieved them by email and didnt oay if stripe cancelled the subscribtion the customer could still pay the past due invoices and the subscribtion is already cancelled so do i need to fetch all the invoices related to cancelled subscribtion and turn them to void or am I misunderstanding something?
the subscribtion the customer could still pay the past due invoices
correct
so do i need to fetch all the invoices related to cancelled subscribtion and turn them to void
yes also correct!
Thank you soooooo much
happy to help đ