v1

latestOpenAPI 3.0.02026-07-2691259477.2 KB
Accounts | Create & KYC

Update Ultimate Beneficial Owner data

This method enables you to update information related to an Ultimate Beneficial Owner.

put/v2/accounts/{accountId}/ultimateBeneficialOwner/{UltimateBeneficialOwnerId}

Path parameters

accountIdstring required

Account ID

UltimateBeneficialOwnerIdinteger required

UltimateBeneficial Owner ID

Headers

Authorizationstring required

Authorization bearer (OAuth 2)

PSU-Accept-Languagestring

Response language accepted by final client (PSU). English by default

PSU-IP-Addressstring required

IP address of the final client (PSU).

PSU-User-Agentstring

User-agent of the final client (PSU).

Request body

firstNamestring required

Client First Name

lastNamestring required

Client Last Name

nationalitystring

Client Nationality (use ISO 3166-1 alpha-3 format)

dateOfBirthstring

Client Birthdate

cityOfBirthstring

Client City of Birth

countryOfBirthstring

Client Country of Birth (use ISO 3166-1 alpha-3 format)

countryOfResidencestring

Country of Residence (use ISO 3166-1 alpha-3 format)

isActiveboolean

Indicate if the UBO is active or not

Example request

{
  "firstName": "Dupont",
  "lastName": "Pierre",
  "nationality": "FR",
  "isActive": false
}

Response

OK

ultimateBeneficialOwnerIdinteger