#Doğukan-express
1 messages · Page 1 of 1 (latest)
I wanna create express account for a company, Owner, representative, director etc. required for companies. I should use person object i got it but after create a person how can i attach to company? In .net core AccountCompanyOptions object has boolean property like ExecutivesProvided or DirectorsProvided. After create a person, what can i use for create a company express account
If it's for Express I highly recommend not using the API for that, just redirect the user to the hosted Stripe page and it will collect what's needed and set things up correctly for you.
But in general for a company you use https://stripe.com/docs/api/persons/create to add the various owners/executives and use the booleans in the relationship field to mark them as such (https://stripe.com/docs/api/persons/create#create_person-relationship).
I'm pretty sure most/some of these APIs don't work for Express accounts though, like I said, for Express you don't need to worry about any of this.
So i should use link object for company creating, am i right?
Just send so simple to creating and l create a account link redirect to stripe, user can fill the informations in stripe.
yes
Ok, i got it thank you so much. Have a good day!