Account Ownerships
We provide a view to the account ownerships of a user with Check.
This feature is not activated by default on your domain. Please contact us to request access.
API endpoints
List account ownerships
GET
https://{domain}.biapi.pro/2.0/users/{user_id}/account_ownerships
List all account ownerships available in the API.
Path Parameters
Name | Type | Description |
---|---|---|
userId* | Integer or "me" | ID of the related user. |
Response body: AccountOwnership object
Data model
AccountOwnership object
Property | Type | Description |
---|---|---|
| Integer | ID of the related bank account. |
| Integer | ID of the related connection. |
| Integer | ID of the related user. |
| Integer | Id of the related connector source. |
| String or null | The name of the bank account. |
| String or null | The name of the bank. |
| Boolean or null | Whether this account has multiple holders. It is null if it is not possible to determine it. |
| Array | List the properties of account ownerships which are calculated. The array is either empty or with the |
| Usage of the bank account. | |
| Array of AccountParty object | List of account parties. |
| Array of AccountIdentifications object | List of account identifications. |
AccountParty object
Property | Type | Description |
---|---|---|
| Role of the party. | |
| Identity of the party. |
IdentityParty object
Value | Type | Description |
---|---|---|
| Boolean or null | Whether this account party represents the PSU, holder of the connection. It is null when it is not possible to verify this relation. |
| String | Full name of the account party. |
AccountIdentifications object
Property | Type | Description |
---|---|---|
| Name of the account scheme type. | |
| String | Identification number of the account. |
AccountPartyRole values
Value | Description |
---|---|
| Entity which is the holder of the account. |
| Entity which shares with others the holding of the account. |
| Generic case of a person having a mandate to access the account data. |
| Entity that holds shares/units on behalf of a legal minor. |
| Entity that was appointed by a legal authority to act on behalf of a person judged to be incapacitated. |
| Entity named by the beneficial owner to act on its behalf. |
| Deceased's estate, or successor. |
| Legal owner of the property. |
| Unknown party. |
Webhook
Account Ownerships found
An ACCOUNT_OWNERSHIPS_FOUND
webhook is emitted during a sync after a bank ownerships have been synchronized.
Webhook request:
Property | Type | Description |
---|---|---|
| AccountOwnership object | The account ownerships related to the sync. |
Last updated