As we are migrating from using World-Check data dump to WC1 API, I have two questions related to integrating our current KYC application with WC1 API.
First is related to Ongoing monitoring. From what I understand, when we get the ongoing updates, the WC1 returns the results for which a new match has been added or an existing one has been updated. Then next step is that we would have to get the detailed profile for the new / updated match. Now for the updated match is there any way to know only the changed fields in the profile. I mean right now the only way I see it is that we store a snapshot at our end and then compare the updated one with the stored snapshot to determine the changes.
Just wanted to know if i have missed something and there might be a way to get only the updated parts of a result through the WC1 API. I know I can see the updates marked with orange dots in WC1 interface but would like to know if the same can be fetched using the API.
My second question is that in our KYC application, a user can choose to exclude a AML match. Now for this case can I set a status on World Check using WC1 API so that when the APi returned the matches for the same case next time it remembers not to include that match which was set to be excluded.
Thanks for your help