Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Account Owners


Account Owners

Describes an owner of an account.

Was this section helpful? Yes No

List Account Owners

GET / v1 / financial_connections / accounts /:id / owners

The Account Owner object

Attributes

  • id string Unique identifier for the object.
  • object string, value is "financial_connections.account_owner" String representing the object’s type. Objects of the same type share the same value.
  • email nullable string The email address of the owner.
  • name string The full name of the owner.
  • ownership string The ownership object that this owner belongs to.
  • phone nullable string The raw phone number of the owner.
  • raw _ address nullable string The raw physical address of the owner.
  • refreshed _ at nullable timestamp The timestamp of the refresh that updated this owner.

The Account Owner object

{ "id": "fcaown_1NtI9uBHO5VeT9SUKLJU5suZ", "object": "financial_connections.account_owner", "email": "nobody+janesmith@stripe.com", "name": "Jane Smith", "ownership": "fcaowns_1NtI9uBHO5VeT9SUSRe21lqt", "phone": "+1 555-555-5555", "raw_address": "123 Main Street, Everytown USA", "refreshed_at": null}

The Account Ownership object

Attributes

  • id string Unique identifier for the object.
  • object string, value is "financial_connections.account_ownership" String representing the object’s type. Objects of the same type share the same value.
  • created timestamp Time at which the object was created. Measured in seconds since the Unix epoch.
  • owners object A paginated list of owners for this account.

The Account Ownership object

Last verified 2026-09-24

Is this helpful?