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

NameTypeDescription

userId*

Integer or "me"

ID of the related user.

Data model

AccountOwnership object

PropertyTypeDescription

id_account

Integer

ID of the related bank account.

id_connection

Integer

ID of the related connection.

id_user

Integer

ID of the related user.

id_connector_source

Integer

Id of the related connector source.

name

String or null

The name of the bank account.

usage

Usage of the bank account.

parties

List of account parties.

identifications

List of account identifications.

AccountParty object

PropertyTypeDescription

role

Role of the party.

identity

Identity of the party.

IdentityParty object

ValueTypeDescription

is_user

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.

full_name

String

Full name of the account party.

AccountIdentifications object

PropertyTypeDescription

scheme_name

Name of the account scheme type.

identification

String

Identification number of the account.

AccountPartyRole values

ValueDescription

holder

Entity which is the holder of the account.

co_holder

Entity which shares with others the holding of the account.

attorney

Generic case of a person having a mandate to access the account data.

custodian_for_minor

Entity that holds shares/units on behalf of a legal minor.

legal_guardian

Entity that was appointed by a legal authority to act on behalf of a person judged to be incapacitated.

nominee

Entity named by the beneficial owner to act on its behalf.

successor_on_death

Deceased's estate, or successor.

trustee

Legal owner of the property.

unknown

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:

PropertyTypeDescription

account_ownerships

AccountOwnership object

The account ownerships related to the sync.

Last updated