Get all Ultimate Beneficial Owners Associated with a Payment Account

GetUltimateBeneficialOwner

How it works

By calling this method, you will get all the Ultimate Beneficial Owners associated with a legal payment account.

XML

<GetUltimateBeneficialOwner xmlns="Service_mb"> <wlLogin>string</wlLogin> <wlPass>string</wlPass> <wallet>string</wallet> <language>string</language> <version>string</version> <walletIp>string</walletIp> <walletUa>string</walletUa> </GetUltimateBeneficialOwner>
<GetUltimateBeneficialOwnerResponse xmlns="Service_mb"> <GetUltimateBeneficialOwnerResult> <ULTIMATEBENEFICIALOWNER> <id>long</id> <firstName>string</firstName> <lastName>string</lastName> <nationality>string</nationality> <dateOfBirth>string</dateOfBirth> <cityOfBirth>string</cityOfBirth> <countryOfBirth>string</countryOfBirth> <countryOfResidence>string</countryOfResidence> <startDate>string</startDate> <endDate>string</endDate> </ULTIMATEBENEFICIALOWNER> <ULTIMATEBENEFICIALOWNER> <id>long</id> <firstName>string</firstName> <lastName>string</lastName> <nationality>string</nationality> <dateOfBirth>string</dateOfBirth> <cityOfBirth>string</cityOfBirth> <countryOfBirth>string</countryOfBirth> <countryOfResidence>string</countryOfResidence> <startDate>string</startDate> <endDate>string</endDate> </ULTIMATEBENEFICIALOWNER> </GetUltimateBeneficialOwnerResult> </GetUltimateBeneficialOwnerResponse>

JSON

{ "p": { "wlLogin": "string", "wlPass": "string", "wallet": "string", "language": "string", "version": "string", "walletIp": "string", "walletUa": "string" } }
{ "GetUltimateBeneficialOwnerResponse": { "-xmlns": "Service_mb_json", "GetUltimateBeneficialOwnerResult": { "ULTIMATEBENEFICIALOWNER": [ { "id": "long", "firstName": "string", "lastName": "string", "nationality": "string", "dateOfBirth": "string", "cityOfBirth": "string", "countryOfBirth": "string", "countryOfResidence": "string", "startDate": "string", "endDate": "string" }, { "id": "long", "firstName": "string", "lastName": "string", "nationality": "string", "dateOfBirth": "string", "cityOfBirth": "string", "countryOfBirth": "string", "countryOfResidence": "string", "startDate": "string", "endDate": "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