Get Account Owner
GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}/accounts/{{accountId}}/owner
Retrieve the names and addresses of the account owner from a financial institution.
Note: this is a premium service, billable per every successful API call.
This service retrieves account data from the institution. This usually returns quickly, but in some scenarios may take a few minutes to complete. In the event of a timeout condition, retry the call.
Supported regions:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Finicity-App-Key | string | ||
Accept | string | ||
Finicity-App-Token | string |
RESPONSES
status: OK
{"ownerName":"John Smith","ownerAddress":"434 W Ascension Way","asOfDate":1607450357}