Creates a new corporation Entity. An Entity can be created with an empty object and progressively updated with more information from your end user.
Body
The type of the Entity. Must be corporation
Corporation information of the Entity.
The legal name of the corporation Entity.
DBA (Doing Business As) name of the corporation Entity.
The EIN of the corporation Entity.
The details of the corporation's owners (only include individuals owning 25% or more of the corporation).
corporation.owners.first_name
The legal first name of the corporation owner.
corporation.owners.last_name
The legal last name of the corporation owner.
Mobile phone number of the corporation owner in E.164 format. The number will only be used for KYC / AML verification.
Email address of the corporation owner. The email will only be used for KYC / AML verification.
The corporation owner's date of birth in ISO 8601 format.
corporation.owners.address
The corporation owner's address.
corporation.owners.address.line1
The first line of the corporation owner's address.
corporation.owners.address.line2
The second line of the corporation owner's address.
corporation.owners.address.city
The city of the corporation owner's address.
corporation.owners.address.state
The two-letter abbreviation for the state of the corporation owner's address.
corporation.owners.address.zip
The ZIP code of the corporation owner's address.
The Entity's address.
The first line of the Entity's address.
The second line of the Entity's address.
The city of the Entity's address.
The two-letter abbreviation for the state of the Entity's address.
The ZIP code of the Entity's address.
Returns
Returns the Entity associated with the ID.