Hi Support,
I am working in the Pilot enviroment and I have three points that I would like to check with you.
The first one is corresponding to the sequence that we have to follow in order to get the relevant KYC information from an Individual. At this moment we are following these steps:
Is this the correct?
The second point that we would like to check is how we can run case from the document id of the customer. In particular we want to test the WC1 with a CPF from Brazil and get the KYC of the individual.
The last point is that when we change the name that was provided in the examples we can not get the screening result.
Thanks in advance for your help.
Regards
Hi @fcaceres,
Whenever you created any case using SEQ-2C, system generated one caseSystemId. Using this caseSystemId you can execute SEQ-5A which will give you case related information like Address,city,state etc.
Regarding your third point if you want to change the name then again you will execute seq 2c and you will get new caseSystemId with your given new name. Using this caseSystemId you can screen the case and after that you will get screening results as well.
Hope this helps.
Thanks,
Shilpi
Hi @fcaceres,
Your 1st point sequence is correct. Can you please explain your 2nd and 3rd point what you want exactly.Not able to understand what do you mean by CPF from Brazil and get the KYC of the individual. Will help you after getting the proper explanation.
Thanks,
Shilpi
Hi @shilpi.saha,
The CPF (Cadastro de Pessoas Físicas or Natural Persons Register) is like the SSN for the US cityzens. With that number you can get the information from the customer.
In particular from the national Id we need to get the following information:
Regarding the third point, is that in the example given to us in the post man collection the request for the seq 2c there is name, let say Jhon Doe. If we follow the steps presented as point 1 in my previous question we get a response. If we change the name, let say to Jane Doe,and we follow the same steps we get an empty response in the SEQ 5b.
Regards