Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

The Account Ownership object


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

List Account Owners

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

Lists all owners for a given Account

Parameters

  • ownership string Required The ID of the ownership object to fetch owners from.

More parameters

  • ending _ before string
  • limit integer
  • starting _ after string

Returns

A dictionary with a data property that contains an array of up to limit owners for a given account, starting after owner starting_after. Each entry in the array is a separate owner object. If no more owners are available, the resulting array will be empty.

Response

Last verified 2026-09-24

Is this helpful?