#leona_unexpected

1 messages ยท Page 1 of 1 (latest)

violet swallowBOT
#

๐Ÿ‘‹ 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.

untold ibexBOT
pulsar hazel
#

Hi ๐Ÿ‘‹

How did you create the account link? Can you share the API requests you made?

proper plank
#

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

pulsar hazel
#

Can you share the Account ID?

proper plank
#

acct_1OwVhnQYLxbWM6mg

#

and i also wanna ask, what's the reason it got restricted? it was fine before

pulsar hazel
#

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?

proper plank
#

it was created a long time ago

#

but i think that day we updated it and made it enabled

pulsar hazel
#

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.

proper plank
#

if that's the case how come i dont find the previous one on my dashboard

pulsar hazel
#

That I cannot say.

#

All I have to go on is this account

proper plank
#

i dont want my clients to lose their data

pulsar hazel
#

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

#

You should review your Node.js code and work out how to handle re-onboarding existing accounts to collect new verification information.

proper plank
#

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

pulsar hazel
#

This account was deleted on 3/12/2024. Unfrotunately I cannot state why

proper plank
#

maybe i accidentlly did that? am i able to delete a connect account ?

pulsar hazel
#

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

proper plank
#

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

pulsar hazel
#

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

proper plank
#

thank you so much, i will try to reach out to someone that can help with that