#heshiebee-connect-account-link
1 messages · Page 1 of 1 (latest)
Do I need to use the oauth flow to accomplish this?
(NOT with Stripe) I'm guessing the answer is you can create a link for the account to onboard itself to your account - but you can't just connect it to the platform yourself as it would kinda violate security
Hello 👋
When you say you're trying to link an existing account, do you mean an account that exists on your platform or a different one?
(NOT with Stripe) At least in my system, I do not specify the account Id, as such - I create a new account, and then use that id for a link for that account for onboarding - which the person with the account uses to associate their account with my connected account...
i.e. they don't directly expose their account to me
Gotcha. OAuth approach isn't recommended for new Platforms.
BUT If the accounts are not controlled by another platform, you should be able to connect to them still via oauth in order to handle this case. But if another platform already has control of that account, you will need to create another account to use with your platform
(NOT with Stripe) If they already have a Stripe account, Stripe more-or-less associates both their existing account and connected account with their login
(yes, I actively use this)
Thx so much guys! So basically my customer will end up having 2 accounts, their existing one and the one that’s connected to me.
So that means that I cannot utilize any existing data from their existing accounts, correct?
(NOT with Stripe) By "existing", do you mean already connected to your current platform, or connected to another platform?
in my system, I have users who have entered a fair bit of data in my database identifying themselves, BUT not yet having created a connected account. I pass that data when creating their new connected account (to help them out)
but being able to just connect a connected account from one platform to another would be a HUGE security hole
So that means that I cannot utilize any existing data from their existing accounts, correct?
Yeah that's correct. It is built that way for privacy concerns.
Thx for clarifying.
When can they setup to use their existing login for that new account?
During the onboarding flow?
(NOT with Stripe) exactly
Awesome!