#m_api

1 messages ¡ Page 1 of 1 (latest)

vestal ironBOT
#

👋 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.

digital bloom
grizzled plume
#

what do you recommend to have the nonexpriy payments links?

digital bloom
#

Do you wish to have payment links or invoice links?

grizzled plume
#

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

digital bloom
#

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.

grizzled plume
#

So we make these links be available in our partner dashboard for them to pay the invoice

  1. Can we fetch these links every 10 days so we always have new working link?
    Is there any other alternative you suggest?
digital bloom
grizzled plume
#

can we put 900+ days as due date?

digital bloom
#

Yes you can