Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt

Use this file to discover all available pages before exploring further.

Verify your customers’ identities using their Phone Number

Easily confirm your customers’ identities through their phone numbers for accurate and reliable verification.

Request Endpoint

POST {{BASE_URL}}/api/onboarding/nigeria_kyc/phone_no_advanced/

Sample Payload

  {
    "phone_number": "09011001100"
  }
200 OK Response
{
    "status": "success",
    "data": {
      "nin": "384748493020",
      "vnin": "",
      "email": "",
      "photo": "",
      "title": "",
      "gender": "F",
      "heigth": "",
      "userid": "",
      "nok_lga": "",
      "surname": "JOHN",
      "birthlga": "",
      "nok_town": "",
      "psurname": "",
      "religion": "",
      "birthdate": "1 JAN 2000",
      "centralID": "",
      "firstname": "DOE",
      "nok_state": "",
      "signature": "",
      "birthstate": "",
      "middlename": "MID",
      "pfirstname": "",
      "profession": "",
      "trackingId": "",
      "nok_surname": "",
      "ospokenlang": "",
      "pmiddlename": "",
      "telephoneno": "09011001100",
      "birthcountry": "NGA",
      "nok_address1": "",
      "nok_address2": "",
      "maritalstatus": "",
      "nok_firstname": "",
      "residence_lga": "",
      "nok_middlename": "",
      "nok_postalcode": "",
      "residence_town": "",
      "residence_state": "",
      "residencestatus": "",
      "self_origin_lga": "",
      "spoken_language": "",
      "educationallevel": "",
      "employmentstatus": "",
      "residence_address": "",
      "self_origin_place": "",
      "self_origin_state": ""
    },
    "message": "Phone Number details retrieved successfully"
}