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 BVN

Verify Customer BVN details

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

This endpoint allows you to verify customer bvn details

Headers

Name
Type
Description

Authorization

string

Check the Headers page.

Request Body

Name
Type
Description

bvn*

string

Customer BVN

phone*

string

Customer Phone Number

amount*

String

Amount shown from the waec-lookup response

{
    "success": true,
    "message": "BVN Verification Completed Successfully",
    "data": {
        "request_reference": "3wKwKW719640695",
        "bvn_number": "11223344556",
        "name_on_card": "VON MATTERHON LORENZO",
        "enrolment_branch": "GBAGI",
        "enrolment_bank": "035",
        "formatted_registration_date": null,
        "level_of_account": "Level 1 - Low Level Accounts",
        "nin": "",
        "watchlisted": null,
        "verification_status": "VERIFIED",
        "service_type": "BVN Verification without Image",
        "personal_info": {
            "first_name": "LORENZO",
            "middle_name": "VON",
            "last_name": "MATTERHON",
            "full_name": "LORENZO VON MATTERHON",
            "email": "",
            "gender": "Male",
            "phone_number": "08822334455",
            "phone_number_2": null,
            "date_of_birth": "29-Jul-1982",
            "formatted_date_of_birth": "July 29, 1982",
            "lga_of_origin": "Ibadan North-East",
            "state_of_origin": "Oyo State",
            "nationality": "Nigeria",
            "marital_status": "Single"
        },
        "residential_info": {
            "state_of_residence": "Oyo State",
            "lga_of_residence": "Ibadan North-East",
            "residential_address": "2,ELEWEDU STR"
        }
    }
}
{    
    "message": "Unauthenticated."
}
PreviousError ResponseNextVerify NIN

Last updated 2 years ago

Was this helpful?