#nukesforbreakfast_docs
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nukesforbreakfast_docs, 2 days ago, 36 messages
- rc_account-country, 3 days ago, 8 messages
๐ 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/1238233381595250789
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Here's a recording:
Here's the quickstart code I downloaded. I slightly modified it to hardcode the account ID:
This behavior was seen on Windows 11 PRO 23H2 22631.3527 using Firefox 125.0.3 (64-bit)
for embedded components?
the docs make it seem like these should remain embedded within your website: https://docs.stripe.com/connect/embedded-onboarding
Show a localized onboarding form that validates data.
Yep, even for embedded components but just the authentication piece
Once authentication is completed, the embedded component on the parent page will "resume"
oh, so this is basically creating the auth account for logging into stripe.
Yep, totally understand. We're working on updating the documentation to make it clear that any steps that require authentication or the use of credentials will be presented via a pop-up
ok great, thanks for clarifying. I thought maybe I had done something wrong or the downloaded sample code was wrong.