#CHIΞFMCCONNΞLL.ΞTH
1 messages · Page 1 of 1 (latest)
how is your day? not too busy I hope
just wanted to ask about stripe connect user onboarding
setting up the api call for it. and it seems I need to pass in the stripe user id
so I do that and it works fine. but I was also wondering .. if I am onboarding someone who has no stripe account... how would I have their stripe user id if they do not have one? is there some parameter I can pass in as a catch all?
maybe I am missing something
Real quick - which kinds of connect accounts are you working with? Standard?
Gotcha
So the idea is that you would create an Account through the API (https://stripe.com/docs/connect/standard-accounts#create-account) and then use that Account ID to generate an account link
and this would be a separate button im guessing.. so our onboard flow would be something like....
do you have an account.. click here.. otherwise create an account here.
once you create your account you can now click the update/connect button
Well, the flow for having an existing Stripe account would be different and would need you to implement the oauth flow (https://stripe.com/docs/connect/oauth-reference)
right.. yeah. the stripe connect "connect or update" is what I would use for those with existing accounts and just pass their account ID into the request
essentially this https://stripe.com/docs/connect/standard-accounts
cool. I think that will get me moving. thank you!!!! have a great day and dont work too hard!