Verify your customers’ identities using their Phone Number

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

You can use this to verify the phone number connected to a user’s NIN. For other numbers or additional numbers linked to an NIN, use this.

Request Endpoint

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

Sample Payload

  {
    "phone_number": "09011001100"
  }

200 OK Response

{
    "status": "success",
    "data": {
      "surname": "AKINSANYA",
      "firstName": "TISEOLUWA",
      "middleName": "JOHN",
      "dateOfBirth": "1909-09-19",
      "phoneNumber": "09011001100"
    },
    "message": "Phone Number details retrieved successfully"
}

Note: The endpoint can be tested using the exact payload defined above, without passing an access token in your headers.