SageCloud
  • API Documentation
  • Getting Started
  • Authorization
    • Authentication
    • Headers
  • AIRTIME / EPIN
    • Purchase Airtime
    • Purchase EPIN
  • DATA
    • Fetch Data Providers
    • Fetch data bundles
    • Purchase Data
    • Spectranet Pin Lookup
    • Spectranet Pin Purchase
    • Smile Bundle Lookup
    • Smile Customer Validation
    • Smile Bundle Purchase
    • Corporate Data Lookup
    • Purchase Corporate Data
    • SME Data Lookup
    • Purchase SME Data.
  • CABLE-TV
    • Fetch Providers
    • Validate Smartcard
    • Fetch Billers For Provider
    • Purchase
    • Purchase TV Add-Ons
    • Fetch TV Add-Ons
  • ELECTRICITY
    • Fetch Billers
    • Validate Meter
    • Purchase
  • BETTING
    • Fetch Billers
    • Validate Betting
    • Fund Betting
  • FUNDS TRANSFER
    • Fetch Banks
    • Verify Bank Details
    • Transfer Funds
  • Re-query
  • Error Response
  • KYC
    • Verify BVN
    • Verify NIN
  • Education
    • WAEC Lookup
    • WAEC Purchase
    • JAMB Pin Purchase
    • JAMB Profile Validation
    • JAMB Lookup
Powered by GitBook
On this page

Was this helpful?

  1. KYC

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

Name
Type
Description

Authorization*

string

Check the Headers page.

Request Body

Name
Type
Description

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"
        }
    }
}
{    
    "message": "Unauthenticated."
}
PreviousVerify BVNNextWAEC Lookup

Last updated 3 years ago

Was this helpful?