Update an Ultimate Beneficial Owner

UpdateUltimateBeneficialOwner

How it works

By calling this method, you will update information related to an Ultimate Beneficial Owner.

🚧

Important

If an account has a KYC 2 status, updates are not possible. If you have an issue with your account please contact a member of the Lemonway Support team. En | Fr

XML

<UpdateUltimateBeneficialOwner xmlns="Service_mb">
   <wlLogin>string</wlLogin>
   <wlPass>string</wlPass>
   <wallet>string</wallet>
   <ultimateBeneficialOwnerId>string</ultimateBeneficialOwnerId>
   <firstname>string</firstname>
   <lastname>string</lastname>
   <nationality>string</nationality>
   <dateOfBirth>string</dateOfBirth>
   <cityOfBirth>string</cityOfBirth>
   <countryOfBirth>string</countryOfBirth>
   <countryOfResidence>string</countryOfResidence>
   <isActive>string</isActive>
   <language>string</language>
   <version>string</version>
   <walletIp>string</walletIp>
   <walletUa>string</walletUa>
</UpdateUltimateBeneficialOwner>
<UpdateUltimateBeneficialOwnerResponse xmlns="Service_mb">
   <UpdateUltimateBeneficialOwnerResult>
     <ULTIMATEBENEFICIALOWNERID>string</ULTIMATEBENEFICIALOWNERID>
   </UpdateUltimateBeneficialOwnerResult>
</UpdateUltimateBeneficialOwnerResponse>

JSON

{
    "wlLogin": "string",
    "wlPass": "string",
    "wallet": "string",
    "ultimateBeneficialOwnerId": "string",
    "firstname": "string",
    "lastname": "string",
    "nationality": "string",
    "dateOfBirth": "string",
    "cityOfBirth": "string",
    "countryOfBirth": "string",
    "countryOfResidence": "string",
    "isActive": "string",
    "version": "string",
    "walletIp": "string",
    "walletUa": "string",
    "language": "string"
}
{
  "UpdateUltimateBeneficialOwnerResponse": {
    "UpdateUltimateBeneficialOwnerResult": {
       "ULTIMATEBENEFICIALOWNERID": "string" 
    }
  }
}
ItemDescriptionMandatoryFormatExample
walletWallet ID of the legal payment accountYes[1:100] char33612345678
ultimateBeneficialOwnerIdUltimate Beneficial Owner's IDYes[1:100] char54589812458
firstNameUltimate Beneficial Owner's first nameYes[2:256] charPierre
lastNameUltimate Beneficial Owner's last nameYes[2:256] charDupont
nationalityUltimate Beneficial Owner's Nationality using ISO-3 format.No[0:19] charFRA, USA
Please separate multiple nationalities with a comma.
dateOfBirthUltimate Beneficial Owner's birthdateYesdd/MM/yyyy21/03/1985
cityOfBirthUltimate Beneficial Owner's city of birthYes[0:140] charMontreuil
countryOfBirthUltimate Beneficial Owner's country of birth using ISO-3Yes[3] charFRA
countryOfResidenceUltimate Beneficial Owner's country of residence using ISO-3No[3] charFRA
isActiveIndicate if the Ultimate Beneficial Owner is active or notNo[1] char0
0: no (default)
1: yes