This API is to compare two names and return the match percentage for that name as mentioned on the document and mentioned by an individual or any two documents. We must pass fname and sname along with api key and processor key in request. If the request has valid details, we will get a status, fail or success message and data: match – yes/no and match_percentage.
{ “match”: “NO”, “match_percentage”: “92”} (Note:match percentage means the percentage of similarity between First Name and Second Name. If match percentage is 100% then match will be Yes)