Beneficial Owners
This section is still in the beta version.
Comparison of data from the Iberinform platform with the RCBE portal
POST
https://www.pepdata.com/api/get_iberinform_rcbe_divergences
Headers
Authorization*
string
key [API_KEY]
Request Body
vatin*
string
Vat number of the organization to compare
include_rcbe_response
boolean
Instruction for incorporating the RCBE response.
Format: false/true
Default: false
Label
id_iberinform: Iberinform system id. It can be empty in order to aggregate all the people from the Central Registry of the Beneficial Owner (RCBE) without a match in the Iberinform system.
status:
found: found a unique match in the RCBE
ambiguous: ambiguous matches found in RCBE
not_found: no matches found in RCBE
matches: list of people present in the RCBE who have corresponded with the person.
rcbe_person: person present in the RCBE. See Relevant Objects in the response.
divergences: object of divergences. See Relevant Objects in the response.
Obtaining beneficial owners from the RCBE
POST
https://www.pepdata.com/api/get_beneficial_owners
Headers
Authorization*
string
key [API_KEY]
Request Body
vatin
string
Vat number of the organization to treat
rcbe_code
string
RCBE code
Attention: Unfortunately, the RCBE does not display structured information on all properties. Therefore, the properties described above without value should be interpreted as free text.
Comparison of beneficial owners with the RCBE
POST
https://www.pepdata.com/api/get_beneficial_owners_divergences
Endpoint for comparison between the beneficial owners of your system and the RCBE portal.
Headers
Authorization*
string
key [API_KEY]
Request Body
vatin*
string
Vat number of the organization to compare
beneficial_owners*
array
Each element must contain the following format:
{
"id": "Person identifier",
"name": "Person's full name",
"birth_date": "DD/MM/YYYY",
"capital_percentage": (Optional) capital value, in %. Example: 91,725
}
Label
id: identifier of the person to be analyzed. This can have any value of the user's choice, there being only the obligation to be unique among the beneficial_owners to be compared. It can be empty in order to aggregate all people in the RCBE without matching the beneficial_owners to be compared.
status:
found: found a unique match in the RCBE
ambiguous: ambiguous matches found in RCBE
not_found: no matches found in RCBE
matches: list of people present in the RCBE who have corresponded with the person.
rcbe_person: person present in the RCBE. See Relevant Objects in the response.
divergences: object of divergences. See Relevant Objects in the response.
Last updated
Was this helpful?