Back to catalog
identity

KYC Match

Compares user-provided KYC information against carrier reference data to validate identity and strengthen digital onboarding.

Simulate an API call
Parameters
NameTypeRequiredDescription
msisdnstringrequired·
first_namestringrequired·
last_namestringrequired·
date_of_birthstringoptional·
Sample response
{
  "match_score": 0.96,
  "match_level": "high",
  "fields": {
    "first_name": true,
    "last_name": true,
    "date_of_birth": true
  }
}