#dev-connectonboarding-additionalinfo
1 messages · Page 1 of 1 (latest)
dev-connectonboarding-additionalinfo
@cold abyss we ask for the information that is needed by default, not all required information. See https://stripe.com/docs/connect/required-verification-information
You use the collect: 'eventually_due' parameter to force asking for more information, see https://stripe.com/docs/api/account_links/create#create_account_link-collect
Hello koopajah, we did use the eventually_due parameter in our request
When they first add their account information the 3 fields appear but when I try to submit it then it says that I need additional information such as the SSN to continue
The next day we added a new owner but only saw this
And we were able to submit without the SSN, DoB fields
@cold abyss then there isn't really a way to require this today I think, you'd get them back on session if you need more
I see. We also notice that the missing fields appear on the Stripe form when we add some of the missing information through the Stripe Dashboard
Then and only then are we able to update it through the Stripe form. Is that how its supposed to work?
I'm not sure I follow I'm sorry. That doesn't sound expected to me no.
Okay for example. Say I add a new owner using the Stripe form: first name, last name and email
Then on the dashboard I add Date of Birth.
When I open the Stripe form again, then the Date of Birth will be present on that form and available to update
I can't really speak to that. I'm sorry this is kinda tough to debug with just pictures and you doing things in the Dashboard by hand (which is not what you'd do in real life)
Step 1: Go through Connect Onboarding
Step 2: As a developer look at that Account in the API and check what is in requirements. This is what influences the information we collect
Okay, I will look into the Account requirements