#romaten1_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1263410935486484492
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I need the payment attempts for the invoice to be made throughout all seven days, rather than just one or two days before the invoice is deleted.
throughout all seven days
Do you mean the billing period is 24h and the Subscription runs for 7 days?
No.
This means the invoice should be charged four times within one week, but the invoice in_1PZUWTCYIYr4SWC9gKwSS8v8 was voided after only three days
I see that your own backend sends a request to void the Invoice: https://dashboard.stripe.com/logs/req_L1pxhr0oCjY4zq
Oh, sorry. yes, we have auto deleting invoice, but on subscription delete. But subscription was deleted on failed charge
pi_3PZVVICYIYr4SWC90764jnEI
So after payment attempt was declined - subscription was delete. Am i right?
Got it. It says "up to 4 retries". Basically, if Stripe sees that there's no reason to retry anymore, it won't.
Did the customer receive an email?
I dont now, but - How can I intercept the deletion of a subscription before it is removed after stopping the payment attempts?
What is set here on your account?
You could change it to the option I shared, then the Subscription won't be cancelled.
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!