UpdateUltimateBeneficialOwner: Update an Ultimate Beneficial Owner

How it works

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

Request


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>

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"
}

Item

Description

Mandatory

Format

Example

wallet

Wallet ID of a legal payment account

Yes

[1 :100] char

33612345678

ultimateBeneficialOwnerIdUltimate Beneficial Owner Id

Yes

[1 :100] char54589812458

firstName

Ultimate Beneficial Owner first name

Yes

[2 :256] char

Pierre

lastName

Ultimate Beneficial Owner last name

Yes

[2 :256] char

Dupont

nationality

Nationality of the Ultimate Beneficial Owner, using ISO-3 format.
Please separate multiple nationalities with a comma.

No

[0 :19] char

FRA,USA

dateOfBirth

Ultimate Beneficial Owner birthdate

Yes

dd/MM/yyyy

21/03/1985

cityOfBirth

Ultimate Beneficial Owner city of birth

Yes

[0 :140] car

Montreuil

countryOfBirth

Ultimate Beneficial Owner country of birth using ISO-3

Yes

[3] char

FRA

countryOfResidence

Ultimate Beneficial Owner country of residence using ISO-3

No

[3] char

FRA

isActive

Indicate if the Ultimate Beneficial Owner is active or not

0: no (default)
1: yes

No[1] char0

Response


XML

<UpdateUltimateBeneficialOwnerResponse xmlns="Service_mb">
   <UpdateUltimateBeneficialOwnerResult>
     <ULTIMATEBENEFICIALOWNERID>string</ULTIMATEBENEFICIALOWNERID>
   </UpdateUltimateBeneficialOwnerResult>
</UpdateUltimateBeneficialOwnerResponse>

JSON

{
  "UpdateUltimateBeneficialOwnerResponse": {
    "UpdateUltimateBeneficialOwnerResult": {
       "ULTIMATEBENEFICIALOWNERID": "string" 
    }
  }
}