#stvbdn
1 messages · Page 1 of 1 (latest)
Good question. Are you creating these connected accounts or are they connecting to you after the fact with OAuth?
I create the Stripe Account when they sign up using account = stripe.Account.create(data) and then let them connect their account by generating an AccountLink with the type account_onboarding
Gotcha. I thought there was a setting for this but it looks like that was only for Express. Also unfortunately looks like the account links themselves don't have a setting for this https://dashboard.stripe.com/test/settings/connect
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Still checking in to this. If we don't have a setting for this you may have to do something like collect their country beforehand and use that when creating the account.
Gotcha, thanks for looking into that!
Unfortunately it is looking like there is not a way to do this at the moment. I will put in a feature request for this but in the mean time I think you will have to do the workaround of collecting the country beforehand
Okay cool, thanks for looking into that. Really appreciate it 🙂