#m_api
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/1435056829011857460
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! There isn't a way to generate a link for Invoice that don't expire at all: https://support.stripe.com/questions/invoice-link-expiration
what do you recommend to have the nonexpriy payments links?
Do you wish to have payment links or invoice links?
When we generated the invoice stripe returned the invoieId = in_1S0pbXHgiY2HK6FEZdVC09dU and this URL which is expired now. https://invoice.stripe.com/i/acct_1R2GKxHgiY2HK6FE/test_YWNjdF8xUjJHS3hIZ2lZMkhLNkZFLF9Td2ozWnBIOUhaVEo3ZlhPZXAzUXhCOExsNndvM2VXLDE0Njg2NTk2MQ0200igJCj3mC?s=ap
If I go to stripe for the same invoice and click on Payment page, it has the URL and it's working https://invoice.stripe.com/i/acct_1R2GKxHgiY2HK6FE/test_YWNjdF8xUjJHS3hIZ2lZMkhLNkZFLF9Td2ozWnBIOUhaVEo3ZlhPZXAzUXhCOExsNndvM2VXLDE1Mjc1OTQ3Nw02007wA7I4sr?s=db
How do I make sure that I always has working URL captured in our system ( and inside invoice PDF is possible ) as soon as an invoice is generated
URL to nagivate to invoice under stripe dashboard:- https://dashboard.stripe.com/acct_1R2GKxHgiY2HK6FE/test/invoices/in_1S0pbXHgiY2HK6FEZdVC09dU
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You cannot always have a working link because even the dashboard link expires: These links will always be active for 10 days or more depending on when the invoice is due.
So we make these links be available in our partner dashboard for them to pay the invoice
- Can we fetch these links every 10 days so we always have new working link?
Is there any other alternative you suggest?
You can use the API way mentioned in the article: https://support.stripe.com/questions/invoice-link-expiration
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
can we put 900+ days as due date?
Yes you can