Advance Phone Number

TEST DATA

number: 08082838283

Lookup phone number (Advance)

POST https://api.myidentitypay.com/api/v2/biometrics/merchant/data/verification/phone_number/advance

This endpoint allows you to lookup a phone number

Query Parameters

NameTypeDescription

number*

string

phone number

Headers

NameTypeDescription

x-api-key*

string

<your secret key>

app-id*

String

<your app id>

{
    "status": true,
    "detail": "Verification Successful",
    "data": {
        "nin": "",
        "firstname": "",
        "middlename": "",
        "surname": "",
        "maidenname": "",
        "telephoneno": "",
        "state": "",
        "place": "",
        "title": "",
        "height": "",
        "email": "",
        "birthdate": "",
        "birthstate": "",
        "birthcountry": "",
        "centralID": "",
        "documentno": "",
        "educationallevel": "",
        "employmentstatus": "",
        "maritalstatus": "",
        "nok_firstname": "",
        "nok_middlename": "",
        "nok_address1": "",
        "nok_address2": "",
        "nok_lga": "",
        "nok_state": "",
        "nok_town": "",
        "nok_postalcode": "",
        "othername": "",
        "pfirstname": "",
        "photo": "Base 64 image",
        "pmiddlename": "",
        "psurname": "",
        "profession": "",
        "nspokenlang": "",
        "ospokenlang": "",
        "religion": "",
        "residence_town": "",
        "residence_lga": "",
        "residence_state": "",
        "residencestatus": "",
        "residence_AddressLine1": "",
        "residence_AddressLine2": "",
        "self_origin_lga": "",
        "self_origin_place": "",
        "self_origin_state": "",
        "signature": "base 64 image"
        "nationality": "",
        "gender": "m",
        "trackingId": ""
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated