objectaccount
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
Account
objectThis 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).
Business information about the account.
The business type.
Whether the account can create live charges.
The account's country.
Time at which the object was created. Measured in seconds since the Unix epoch.
Three-letter ISO currency code representing the default currency for the account. This must be a currency that [Stripe supports in the account's country](https://stripe.com/docs/payouts).
Whether account details have been submitted. Standard accounts cannot receive payouts before this is true.
An email address associated with the account. You can treat this as metadata: it is not used for authentication or messaging account holders.
External accounts (bank accounts and debit cards) currently attached to this account
Unique identifier for the object.
This is an object representing a person associated with a Stripe account. A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account. See the [Standard onboarding](https://stripe.com/docs/connect/standard-accounts) or [Express onboarding documentation](https://stripe.com/docs/connect/express-accounts) for information about platform pre-filling and account onboarding steps. Related guide: [Handling Identity …
Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
String representing the object's type. Objects of the same type share the same value.
Whether Stripe can send payouts to this account.
Options for customizing how the account functions within Stripe.
The Stripe account type. Can be `standard`, `express`, or `custom`.