#sajid_code
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.
- sajid_custom-onboarding, 6 hours ago, 55 messages
- sajid_code, 15 hours ago, 51 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/1234757801050509384
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
To use embedded onboarding, <ConnectAccountOnboarding> should be used instead: https://docs.stripe.com/connect/supported-embedded-components/account-onboarding?client=react
<ConnectComponentsProvider connectInstance={stripeConnectInstance}>
{/* <ConnectPayments /> */}
<ConnectAccountOnboarding
onExit={() => {
console.log("The account has exited onboarding");
}}
// Optional: make sure to follow our policy instructions above
// fullTermsOfServiceUrl="{{URL}}"
// recipientTermsOfServiceUrl="{{URL}}"
// privacyPolicyUrl="{{URL}}"
// skipTermsOfServiceCollection={false}
collectionOptions={{
fields: 'currently_due' | 'eventually_due',
futureRequirements: 'include',
}}
/>
</ConnectComponentsProvider>
Yes I am using this but this redirect me to the stripe, I want it to be rendered on my webiste
Hello. Just want to ask if I can use the POS terminal in fiji?
@hot trout looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
Yes I am using this but this redirect me to the stripe, I want it to be rendered on my webiste
Can you share connected account ID (acct_xxx)?
yes here it is acct_1PA9YDR2bWiQvRfw
It shows like this. but I want to take everything on my website. I dont want use should be redirected to stripe.
yes it recdirect to stripe onboarding
Only this appear in embeddedl when i click on add information it takes me to stripe onboarding.
Thanks for sharing! I tested the example code and I also get the pop up model to complete the onboarding
Checking it now
Thanks for waiting! This is expected.
Authentication involves a pop-up to a Stripe owned window. When the user completes authentication in that pop-up, it closes and the user can continue their workflow.
The account onboarding and account management components require authentication to boot. Other components might require user authentication within the component after the initial render. Authentication in these components and scenarios is required for all Connect account types except Custom accounts where the platform hasn’t configured external account collection within the Stripe dashboard.