#sajid_code

1 messages · Page 1 of 1 (latest)

sweet zenithBOT
hexed sigilBOT
#

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.

sweet zenithBOT
#

👋 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.

hexed sigilBOT
past crater
finite maple
#

<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

hot trout
#

Hello. Just want to ask if I can use the POS terminal in fiji?

sweet zenithBOT
#

@hot trout looks like you're in the wrong place, this thread is for someone else's question.

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.

past crater
#

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)?

finite maple
#

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.

past crater
#

Isn't this embedded in your website?

#

Does it redirect to the external link?

finite maple
#

yes it recdirect to stripe onboarding

finite maple
past crater
#

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.

From https://docs.stripe.com/connect/get-started-connect-embedded-components#user-authentication-in-connect-embedded-components:

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.

Learn how to embed dashboard functionality into your website.