#dimi-connect-custom
1 messages ยท Page 1 of 1 (latest)
๐
Hi ๐
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
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.
When you create the account links, are you using the collect parameter to override the default behavior of only collecting information needed at that moment?
https://stripe.com/docs/api/account_links/create?lang=python#create_account_link-collect
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.