#quentin-connect-accounttoken
1 messages · Page 1 of 1 (latest)
Hi there, what are your questions?
hello bismarck
I've allready made custom account for individual
but it's m'y first time with business
I'm making an account token to update
it will set informations about the company
but how does it work about the company owner?
Sorry for the delay
Can you clarify what you mean exactly?
Like what are you concerned specifically with the company owner?
quentin-connect-accounttoken
Hey @astral jetty! You'll want to look at https://stripe.com/docs/connect/account-tokens#updating
where can I find all the required fields in a custom account of type business to make transfer?
in the update in the part company it's write:
'company.directors_provided
optional
Whether the company’s directors have been provided. Set this Boolean to true after creating all the company’s directors with the Persons API for accounts with a relationship.director requirement. This value is not automatically set to true after creating directors, so it needs to be updated to indicate all directors have been provided.'
I need to make person in addition of the custom account?
If I may: You really should be using our Connect Onboarding product and let us collect everything for you. This is going to take you weeks if not months to build
how can I integrate your process in my application? (I'm the developper) keeping our website identity?
I've already made it with document validation for individual, it's doesn't take so much time
I mean you've barely started though. Company accounts are way harder
You're going to need to collect detailed information for multiple people at the company and track all their verification status, handle future regulatory updates, etc.
It's not a problem
Lol
Okay I tried, then please read the docs I shared carefully and it should show you how to do everything!
I just need to understand how to add the "REPRESENTATIVE" to as custom account
I don't find in the documentation the process for business type avec the person API
https://stripe.com/docs/connect/account-tokens covers this though
I'm happy to help, I don't understand your question that's all. You create a Token for each "person" associated with the account/company and then you use that Token to create a Person
Dont' worry I'm not angry at all 😉 I'm not english native so I'm not explaining the better way
So
First I create a custom account
2- I update the custom account with account token to set business informations
3- for each person owning the company a create a Person attached to the custom account
For the 3 I set the relationship to tell if it's owner, representative, ownership, etc.
And for document I set company document for custom account and individual documents for person
that's it?
yep
perfect
Last question
Some business have only one owner
or are soletrader
the only personne
is representative? owner? executive?
how to make the choice?
AFAIK you need a company representative and you need "all owners/executives". One Person can be all of those if they are the only one, that's what https://stripe.com/docs/api/persons/object#person_object-relationship is for
ok