I have some doubts about how I can obtain data from World-Check API regarding an individual, those data should help me to block access to our investment platform or if we finally let it operate.
As you know, when a synchronous screening is performed, Wold-Check sends a series of results in an array called results (if there are no results, well, nothing to worry about).
Within each item of the results array there is a tag called categories that can list the different situations in which the subject is classified.
I have requested access to the complete documentation to see them all, but I think they are the following:
- Sanctions
- PEP (Political Exposed Person)
- Law Enforcement
- Regulatory Enforcement
- Other Bodies
Well, it turns out that although some cases are clear, others do not know if we should prevent access to the subject. That is why it is necessary to know what data I should look at.
For example, if the label is:
- Sanctions: access is not allowed, it is blocked in our platform. Crystal clear.
- PEP: access is allowed.
- Law enforcement: if individual is wanted by the Police then individual is not allowed access, in other cases access is granted. This point is not clear. Where can I take a look at to differentiate options?
- Regulatory enforcement, should not be a reason for blocking, access granted.
- Other bodies, depending on the case is blocked or not, for example if individual is Russian.
As you can see, the Law Enforcement and Other Bodies cases have gray areas and I don't know what data I should take a look to decide if they are denied accessing to our platform.
I know that there is an endpoint that allows you to collect the complete profile given a result (using the referenceId) but I do not know what data of the response of / v1 / reference / profile I have to set in order to determine whether we give access or not.
Can you help me on this and point where I can take a look (I think it is in the World-Check's /v1/reference/profile endpoint but what labels)
Regards, and thank you very much.