Attributes
- idstring
Unique identifier for the object.
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- emailnullable string
The email address of the owner.
- namestring
The full name of the owner.
- ownershipstring
The ownership object that this owner belongs to.
- phonenullable string
The raw phone number of the owner.
- raw_
addressnullable string The raw physical address of the owner.
- refreshed_
atnullable 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}