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

Account

object

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).

business_profile
optionalnullable

Business information about the account.

business_type string
optionalnullable

The business type.

charges_enabled boolean
optional

Whether the account can create live charges.

country string
optional

The account's country.

created integer (unix-time)
optional

Time at which the object was created. Measured in seconds since the Unix epoch.

default_currency string
optional

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).

details_submitted boolean
optional

Whether account details have been submitted. Standard accounts cannot receive payouts before this is true.

email string
optionalnullable

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 ExternalAccountList object
optional

External accounts (bank accounts and debit cards) currently attached to this account

id string
required

Unique identifier for the object.

individual Person object
optional

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 …

metadata object
optional

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.

object string
required

String representing the object's type. Objects of the same type share the same value.

payouts_enabled boolean
optional

Whether Stripe can send payouts to this account.

settings
optionalnullable

Options for customizing how the account functions within Stripe.

type string
optional

The Stripe account type. Can be `standard`, `express`, or `custom`.