#dtroi_webhooks
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/1438485712025555019
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hey there! thanks for sharing this example - taking a look now
thanks for your patience, I'm still looking into this and will be a few more minutes
can you share any more context around how you're creating and onboarding this specific connected account? this may be relevant to how the v2 events operate
i am creating the account through the nodejs SDK (using apiVersion 2025-10-29.preview). the method is stripe.v2.core.accounts.create().
after the creation, i am generating a link using the method stripe.accountLinks.create() passing the new account_id returned by the creation method above.
finally i navigate the link using another device to fill the profile info and trigger the related events.
ok, thanks for clarifying! this seems like it could potentially be some unexpected behaviour, so the best thing to do is open a case with our team so we can investigate in depth on our side and get back to you via email
Hello @tranquil wasp, we have sent you a direct message, please check it at https://discord.com/channels/@me/1438495436087496836
- 🔗The message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
ok thanks. meanwhile i will ask you a question. what is the most recommended SDK+apiVersion to use to create and onboard v2 accounts?
i am using the SDK 18.2.0-beta.1 but i would avoid using beta versions if possible