#corentin_best-practices
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/1280899717123014767
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello looking in to this, do you have the in_ ID of the invoice that that link is from?
Sorry, I can't find the invoice ID, but I'll try to find another one.
I found another one: https://invoice.stripe.com/i/acct_1E0scXBYrh2GVEDr/live_YWNjdF8xRTBzY1hCWXJoMkdWRURyLF9RU0lNZDZjdlhRa204RmwzOWRDQXUzcU5CQTRhZmdMLDExMTI0ODA2MQ0200cucHRzzx?s=ap, and the corresponding invoice in my database is in_1PbNlIBYrh2GVEDrUPkrDUAK. However, when I click the payment page, it's not the same URL. So my question is: Is it possible for the URL to change if the invoice is voided or something like that?
But I'm not sure if someone from our sales team might have only changed the invoice ID and not the URL, although it's unlikely.
Thank you. Looking in to that invoice
ok thank you
Ah, it looks like that invoice was voided https://dashboard.stripe.com/logs/req_WTyovcOX0C6liE
So in that case the payment did not complete, the link expired because someone voided the invoice from your dashboard
ok so the url change only when the invoice is voided ?
if the invoice is paid the url will never change ?
How long is the page available? Does Stripe delete invoices after one day, or do they save everything forever?
As far as I know the URL doesn't change but the page that it goes to does
And as far as I know we don't have a specific retention period after which the link expires. Looking in to that
ok thank you