#pozzworth

1 messages · Page 1 of 1 (latest)

gentle saddleBOT
#

Hello! We'll be with you shortly. 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.

livid carbon
#

hi there!

#

how can I help?

near wagon
#

This is in some way related to what we were previously discussing. The conclusion to the last discussion was that in order to create payouts for my teacher/studio accounts, they need to be express accounts within my main account.

#

So now I'm in the onboarding process trying to enable the merchant account to be able to get paid

#

i went to the stripe onboarding url as such: const stripeOnboardingUrl = https://connect.stripe.com/express/oauth/authorize?client_id=${client_id}&state=onboarding&stripe_user[account]=${customerId};

#

as a result I get the following error and message :

message "Cannot onboard via express oauth due to gated access."
code "forbidden"

livid carbon
#

why are you using OAuth for onboarding instead of creating a new account with the API?

near wagon
#

oh, well I did already create the account

#

it now has restricted access

#

is there no way to fulfill the requireements of the onboarding process (ie. accepting the terms of service) if the account is already created?

livid carbon
#

once the account is created, then you use the Account Link for the onboarding: https://docs.stripe.com/connect/express-accounts#create-link
at no point no should be using this URL https://connect.stripe.com/express/oauth/authorize?client_id=. this is meant for an old integration that we no longer recommend.

#

is there no way to fulfill the requireements of the onboarding process (ie. accepting the terms of service) if the account is already created?
yes, with Account Link