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

AccountUnificationAccountController

object
is_controller boolean
optional

`true` if the Connect application retrieving the resource controls the account and can therefore exercise [platform controls](https://stripe.com/docs/connect/platform-controls-for-standard-accounts). Otherwise, this field is null.

type string
required

The controller type. Can be `application`, if a Connect application controls the account, or `account`, if the account controls itself.