#dimi-connect-custom

1 messages ยท Page 1 of 1 (latest)

swift gazelle
rustic fog
#

๐Ÿ‘‹

swift gazelle
#

Hi ๐Ÿ‘‹

rustic fog
#

let me take you through what we're doing, we are sending a create account request via the stripe api

#

we are passing a business_type as individual

#

we are also setting capabilities as

#
{ transfers: { requested: true }}
#

however, when we then create an account link for this user

#

the onboarding flow has a page of "business details"

#

which surprises us, since we won't have businesses

#

not for account type individual anyway.

#

and then we also don't get any data collection for the bank account transfers capability

swift gazelle
#

We still consider individuals to be businesses, just not on the same scale as a company, and there are still business details that we need to capture.

rustic fog
#

thanks

#

I'll try this