Regular Text Matching

Endpoint: /v2/kyc/match

Delving into the fundamental layer, our textual resonance endpoint focuses on the core of text matching, ensuring you get precise results every time with an added phonetic match score.

{
    "reference_id": "DEC001",
    "text1": "Joel Rego",
    "text2": "Joyal Raygoo",
    "match_threshold": {
        "textual": 80, 
        "phonetic": 80
    }
}
{
    "decentroTxnId": "111AE2C28D3D49E988437AB999D37410",
    "status": "SUCCESS",
    "responseCode": "S00000",
    "message": "Successfully performed matching",
    "data": {
        "textualMatch": {
            "matchScore": 67,
            "matchStatus": false
        },
        "phoneticMatch": {
            "matchScore": 91,
            "matchStatus": true
        }
    },
    "responseKey": "success_match_completed"
}