Is there any way to get the match score value "That related to match strength" for each result when

I'm using World Check One API , the development language is C# ,

The problem is when I make screening results request to exist case the match results return as a bulk , suppose I want to take one result from this bulk and reflect it to object class the "match score" field is missing ,

Is there any way to retrieve this field ?


this image below contain the one result that contain "match Score" field that I get it from the questions and

answers community :

match score.png

Best Answer

  • Mehran Khan
    Answer ✓

    Hi @yamanfakhry

    I just tested a scenario where I screened a case and evaluated the response and I could see the matchScore returned in the response.

    I have also tested the "Get Screening Results" API and I can confirm the presence of matchScore attribute in its response as well.

    Can you confirm the gateway-host that you using is "v2"? if not, then update the gateway-host in your code from "v1" to "v2" that should resolve this issue and you will be able to see the matchScore.

    If it doesn't resolve, please share the complete request and response here for us to investigate further.

Answers