Skip to main content
Schema2020-08-27object

account

This is an object representing a Stripe account. You can retrieve it to see properties on the account like its current e-mail address or if the account is enabled yet to make live charges. Some properties, marked below, are available only to platforms that want to [create and manage Express or Custom accounts](https://stripe.com/docs/connect/accounts).

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

LegalEntityCompany

object
address_kana
optionalnullable

The Kana variation of the company's primary address (Japan only).

address_kanji
optionalnullable

The Kanji variation of the company's primary address (Japan only).

directors_provided boolean
optional

Whether the company's directors have been provided. This Boolean will be `true` if you've manually indicated that all directors are provided via [the `directors_provided` parameter](https://stripe.com/docs/api/accounts/update#update_account-company-directors_provided).

executives_provided boolean
optional

Whether the company's executives have been provided. This Boolean will be `true` if you've manually indicated that all executives are provided via [the `executives_provided` parameter](https://stripe.com/docs/api/accounts/update#update_account-company-executives_provided), or if Stripe determined that sufficient executives were provided.

name string
optionalnullable

The company's legal name.

name_kana string
optionalnullable

The Kana variation of the company's legal name (Japan only).

name_kanji string
optionalnullable

The Kanji variation of the company's legal name (Japan only).

owners_provided boolean
optional

Whether the company's owners have been provided. This Boolean will be `true` if you've manually indicated that all owners are provided via [the `owners_provided` parameter](https://stripe.com/docs/api/accounts/update#update_account-company-owners_provided), or if Stripe determined that sufficient owners were provided. Stripe determines ownership requirements using both the number of owners provided and their total percent ownership (calculated by adding the `percent_ownership` of each owner together).

ownership_declaration
optionalnullable

This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.

phone string
optionalnullable

The company's phone number (used for verification).

structure string
optional

The category identifying the legal structure of the company or legal entity. See [Business structure](https://stripe.com/docs/connect/identity-verification#business-structure) for more details.

tax_id_provided boolean
optional

Whether the company's business ID number was provided.

tax_id_registrar string
optional

The jurisdiction in which the `tax_id` is registered (Germany-based companies only).

vat_id_provided boolean
optional

Whether the company's business VAT number was provided.

verification
optionalnullable

Information on the verification state of the company.