Verify NIN

Verify Customer NIN Details

POST https://sagecloud.ng/api/v2/kyc/verify-nin

This endpoint allows you to verify customer nin details

Headers

NameTypeDescription

Authorization*

string

Check the Headers page.

Request Body

NameTypeDescription

nin*

string

Customer NIN

phone*

string

Customer Phone Number

{
    "success": true,
    "message": "NIN Verification Completed Successfully",
    "data": {
        "request_reference": "EWTDSr129575336",
        "nin_number": "99884466222",
        "document_no": "",
        "verification_status": "VERIFIED",
        "service_type": "NIN Verification",
        "personal_info": {
            "title": "mr",
            "first_name": "THIAME",
            "middle_name": "ALIUNE",
            "last_name": "BENSON",
            "full_name": "THIAME ALIUNE BENSON",
            "maiden_name": "",
            "gender": "m",
            "phone_number": "08277332211",
            "date_of_birth": "09-02-1962",
            "formatted_date_of_birth": "Sept 2, 1962",
            "height": "",
            "marital_status": "single",
            "image_url": "https://api.blusalt.net/_/gndrz1UWITUSqR-",
            "religion": "islam"
        },
        "next_of_kin": {
            "firstname": "****",
            "surname": "****",
            "address": "****",
            "lga": "****",
            "town": "****",
            "state": "****"
        },
        "residential_info": {
            "address": "91 BAYERO STREET",
            "lga_of_residence": "Ayelagbe",
            "state_of_residence": "Osun",
            "residence_status": "birth"
        },
        "indigene_info": {
            "lga_of_origin": "Ayelagbe",
            "place_of_origin": "****",
            "state_of_origin": "Osun",
            "lga_of_birth": "Ayelagbe",
            "state_of_birth": "Osun",
            "country_of_birth": "nigeria"
        },
        "education_profession": {
            "educational_level": "tertiary",
            "profession": "FRENCH TEACHER"
        }
    }
}

Last updated