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

Address

object
city string
optionalnullable

City, district, suburb, town, or village.

country string
optionalnullable

Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).

line1 string
optionalnullable

Address line 1 (e.g., street, PO Box, or company name).

line2 string
optionalnullable

Address line 2 (e.g., apartment, suite, unit, or building).

postal_code string
optionalnullable

ZIP or postal code.

state string
optionalnullable

State, county, province, or region.