#stvbdn

1 messages · Page 1 of 1 (latest)

viscid snowBOT
amber karma
#

Good question. Are you creating these connected accounts or are they connecting to you after the fact with OAuth?

haughty turtle
#

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

amber karma
#

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.

haughty turtle
#

Gotcha, thanks for looking into that!

amber karma
#

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

haughty turtle
#

Okay cool, thanks for looking into that. Really appreciate it 🙂