Business Customers
Shareholders & UBOs
Manage Ultimate Beneficial Owners and shareholders
Add and manage Ultimate Beneficial Owners (UBOs) and shareholders with >25% ownership or control.
Add Shareholder
POST /v1/businesses/:id/shareholders
Request Example
Request Fields
Field | Type | Required | Description |
---|---|---|---|
residentCountry | string | Yes | Country of residence (ISO 3166-1 alpha-2) |
givenName | string | Yes | First/given name |
lastName | string | Yes | Last/family name |
sharePercentage | number | Yes | Ownership percentage (0-100) |
joiningDate | string | Yes | Date joined company (ISO 8601) |
businessEmail | string | Yes | Business email address |
position | string | Yes | Position/title in company |
uboOwnership | boolean | Yes | Has >25% ownership |
uboIsSigner | boolean | Yes | Authorized signer for company |
uboHasControl | boolean | Yes | Has control over company decisions |
Response
Update Shareholder
PATCH /v1/businesses/:id/shareholders/:shareholderId
Request Example
All fields from the create request are optional in updates. Only provided fields will be updated.
Delete Shareholder
DELETE /v1/businesses/:id/shareholders/:shareholderId
Request Example
UBO Requirements
You must declare all individuals who meet any of these criteria:
- Own >25% of the company shares
- Control >25% of voting rights
- Exercise significant control over management decisions
- Are authorized signers on company accounts
- Are ultimate beneficial owners through indirect ownership
Common Positions
Typical UBO positions requiring declaration:
- CEO, Managing Director, President
- CFO, Treasurer
- Majority Shareholders
- Board Members with control
- Trust Beneficiaries (if applicable)
Multiple Shareholders
For companies with multiple UBOs, add each separately: