#leona_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/1225866090996039761
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
How did you create the account link? Can you share the API requests you made?
const accountLink = await stripe.accountLinks.create({ account, refresh_url:${req.headers.origin}/app/signup, return_url: ${req.headers.origin}/app${link}, type: "account_onboarding", });
i used this endpoint
Can you share the Account ID?
acct_1OwVhnQYLxbWM6mg
and i also wanna ask, what's the reason it got restricted? it was fine before
what's the reason it got restricted?
That I might not be able to answer.
This account was created on 3/20./2024. Does that match your experience?
it was created a long time ago
but i think that day we updated it and made it enabled
No, this account object was created on March 20th. I suspect you may have inadvertently created a fresh account and onboarded the user through that.
if that's the case how come i dont find the previous one on my dashboard
how can i make sure it wont happen again
i dont want my clients to lose their data
I think you should carefully review your code. I suspect that, just before the AccountLink was created, a brand new Account object was also created.
Yup , found it
Here is the request where you created the account link: https://dashboard.stripe.com/logs/req_unQ8cE2Lguiqlh
The API request immediately before this created this account: https://dashboard.stripe.com/logs/req_VNKPN4CtcAADr9
You should review your Node.js code and work out how to handle re-onboarding existing accounts to collect new verification information.
oh i see, what i dont understand is if i did then the restricted one should stay there
acct_1LFmWiQeQb2dSpml
could you find anything with this account?
i think it's the previous one
This account was deleted on 3/12/2024. Unfrotunately I cannot state why
maybe i accidentlly did that? am i able to delete a connect account ?
For more details on exactly what happened with this account I recommend you reach out to Support here: https://support.stripe.com/contact
I have limited ability to look into these issues. My focus is primarily on API interactions
it's so strange that the date of this account was deleted and the date the new one was created are not the same day
I don't see any Account delete requests coming from your account on that day. I would reach out to Support to get more details on what happened with that account
thank you so much, i will try to reach out to someone that can help with that