#edb-Connect
1 messages · Page 1 of 1 (latest)
Sure
If you have the individual's data, you can pass this data via the Account API when creating the account: https://stripe.com/docs/api/accounts/create#create_account-individual
I re-read your question here, I think what you're looking for is here: https://stripe.com/docs/connect/custom-accounts
Let me see
I’m creating a company account, not individual
I think this small note probably answers my question If you create accounts with the business_type set to company, you need to create each Person for the account
The parameters mentioned in the original link I sent are quite confusing, e.g. representative.id_number because this parameter doesn't exist either for creating the the Account or the Person
so I'm guessing I need to create a Person and set this parameter to true https://stripe.com/docs/api/persons/create#create_person-relationship-representative - does that sound about right?
Yes, that is correct here.