Skip to content

Phone

When you do not have the NIN but you do have the holder’s phone number, use this mode to retrieve their record.

POST/verify-nin/phone

FieldTypeRequiredNotes
phone_nostring11 digits, must begin with 0 (e.g. 08012345678)
reasonstringA key from /nimc-reasons
Terminal window
curl -X POST https://api.randaverify.com/verify-nin/phone \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"phone_no": "08012345678",
"reason": "corporate"
}'
{
"data": {
"reference_id": "REF-AABB1122CCDD",
"transaction_id": "...",
"fname": "UCHECHI",
"mname": "VIVIAN",
"lname": "IGWEDINMA",
"dob": "22-10-1988",
"gender": "Female",
"phone": "09052129949",
"residenceAdress": "NO 26 MARIA OKOR STREET OFF AILEGUN ROAD",
"stateOfOrigin": "Lagos",
"lgaOfOrigin": "Lagos Mainland",
"image": "<base64 jpeg>"
}
}
StatusWhenRecover by
400phone_no not 11 digits / not starting with 0; or invalid reasonFix the input.
402Org wallet emptyTop up.
404NIMC has no record matching the phoneTry a different phone or fall back to demography.