Account opening
Confirm the ID before the account is funded, not after.
Look a person up in the registry that issued their document, then score what they told you against what the registry says. You get a verdict and the field-by-field reasoning behind it.
GHA-000000000-2
National registry · Ghana
MATCH
95/100A Ghana Card, a BVN, a NIN, a passport — whichever the country issues. Plus whatever the customer told you: name, date of birth, phone.
Routed to the source licensed for that country. If one is down, the next takes it — your call does not change.
Every field the registry returned is compared to what you supplied and weighted. A field the source never returned is excluded, not scored zero.
MATCH, PARTIAL or NO_MATCH, with the per-field breakdown so a human can see exactly which detail disagreed.
Every product on this page shares the same request shape, the same response envelope and the same audit trail. Adding one later is a new value in service, not a new integration.
POST /api/v1/identity/gh/ghana-card
{
"identifier": { "type": "ghana_card", "value": "GHA-000000000-2" },
"params": { "firstName": "John", "lastName": "Doe" }
}{
"person": { "fullName": "John Kwame Doe", "dateOfBirth": "1997-06-04" },
"match": {
"verdict": "MATCH",
"score": 95,
"fields": {
"firstName": { "supplied": "John", "found": "John Kwame", "score": 90 },
"lastName": { "supplied": "Doe", "found": "Doe", "score": 100 }
},
"notReturned": ["phone"]
}
}Confirm the ID before the account is funded, not after.
Tie the applicant to a real registry record before pulling bureau data.
Verify at scale without a branch visit.
Worth knowing. A registry match proves the number belongs to that person. It does not prove the person in front of you is them — that is what biometrics are for.
What does the bureau know, and what does it mean for this amount?
Read moreDo the watchlists know this name, and does the session smell wrong?
Read moreIs this document real, and is this the person it belongs to?
Read moreDoes the company exist, is it in good standing, and who controls it?
Read moreHow do I verify someone without building a verification app?
Read moreGet sandbox keys in minutes, or talk to us about volume pricing, bring-your-own credentials and data residency.