The content of the request.
Businesses (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/
ID of the person to be associated with the business as a beneficial owner.
The beneficial's voting share, expressed as a percentile value from 0 to 100 using the format xx.xx
.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/beneficial_owners
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "person_id": "3b8cfd40fb4dce5a231251ea06a014cper", "voting_share": "70.50", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" }
{ "id": "a5f454e3f96447d6b3f7ecda46328040", "beneficial_owner_id": "b9c5661fc7d240b8b51b9059b580cper", "person_id": "b9c5661fc7d240b8b51b9059b580cper", "valid_until": "2022-12-31", "voting_share": 75, "business_id": "e0277fae750a4c849660da873f94cbiz", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/beneficial_owners
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
Person or business ID of the beneficial owner.
The beneficial owner's voting share. Expressed as a double-digit percentile (e.g., 75% would be expressed as 75
).
The type of relationship that the beneficial owner has to the business.
[ { "id": "a5f454e3f96447d6b3f7ecda46328040", "beneficial_owner_id": "b9c5661fc7d240b8b51b9059b580cper", "person_id": "b9c5661fc7d240b8b51b9059b580cper", "valid_until": "2022-12-31", "voting_share": 75, "business_id": "e0277fae750a4c849660da873f94cbiz", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/beneficial_owners/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
{ "id": "a5f454e3f96447d6b3f7ecda46328040", "beneficial_owner_id": "b9c5661fc7d240b8b51b9059b580cper", "person_id": "b9c5661fc7d240b8b51b9059b580cper", "valid_until": "2022-12-31", "voting_share": 75, "business_id": "e0277fae750a4c849660da873f94cbiz", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" }
The content of the request.
The date when the person's beneficial owner role for the account expires.
The beneficial's voting share, expressed as a percentile value from 0 to 100 using the format xx.xx
.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/businesses/v1/businesses/{business_id}/beneficial_owners/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "valid_until": "2012-12-12", "voting_share": "70.50", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" }
{ "id": "a5f454e3f96447d6b3f7ecda46328040", "beneficial_owner_id": "b9c5661fc7d240b8b51b9059b580cper", "person_id": "b9c5661fc7d240b8b51b9059b580cper", "valid_until": "2022-12-31", "voting_share": 75, "business_id": "e0277fae750a4c849660da873f94cbiz", "fictitious": false, "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL" }