#feni-patel_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/1342396523446796299
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! how can I help?
Hello @stone bough I have implemented the stripe connected account link generation and refresh conncted account link logic. but after some time i am facing one issue with the connceted account link which is below, and for that email id i am able to see the restrcited account into stripe dashboard. when i hit the link i am getting below error,
Sorry, but the page you were looking for could not be found.
what connected account link are you referring to?
are you referring to the Account Link generated with https://docs.stripe.com/api/account_links ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes
For context, an Account Link can only be accessed once, there's also an expires_at timestamp. Are you sure you haven't already accessed that Account Link, or accessed it after it already expired?
I have implemented the logic for the expiries linl refresh
but still it is not working
do you have an example where we can test this out?
Hey! Taking over for my colleague.
The AccountLink is designed to be opened only one time
However I'm not sure I understand the issue here exactly.
After you generate the AccountLink what are you doing with it exactly?
i haven't done anything.
i just sent this link to my client and he opened this link and after some time they are facing this issue
How are you sending that link to your client ?
just created this link vie email and copy and paste
that's it
is this issue related to someone try to onboard vie this link but info is not correct so that account is not generated properly and link is not working?
I think the issue is that your email provider is trying to open the link to generate a thumbnail
When you first generate a test link and directly open it, do you see the same issue or it opens correctly ?
Can you share the request Id of an AccountLink creation ?