Allows merchant to verify first central information using bvn

In the event that such historical data is available with the associated credit bureaus and another blacklist repository, we utilize the Bank Verification Number (BVN) to provide simple and trustworthy results.

📘

GET (LIVE)

{{URL}}/dikript/verification/api/v1/getfirstcentral

📘

GET (TEST)

{{URL}}/dikript/test/api/v1/getfirstcentral

Parameter

KeyDescription
bvnBVN Number

Header (LIVE)

KeyDescription
x-api-keyYour Secret Key

Header (TEST)

KeyDescription
x-api-keyYour Public Key

Responses

{
  	"status":true,
    "message": "Successful",
    "code": "200",
    "apiVersion": "v1",
    "transactionRef": "N202401110807174518",
    "data": {
      "bvn": "22******92",
      "customerId": "11*******04",
      "businessId": "64da**********63e",
      "name": "TEST TEST",
      "phone": "",
      "gender": "MALE",
      "dateOfBirth": "22-MAR-1003",
      "address": "3B ADDRESS ESTATE",
      "email": "",
      "score": {
        "totalNoOfLoans": 2,
        "totalNoOfInstitutions": 1,
        "totalNoOfActiveLoans": 0,
        "totalNoOfClosedLoans": 1,
        "totalNoOfPerformingLoans": 1,
        "totalNoOfDelinquentFacilities": 1,
        "highestLoanAmount": 250000,
        "totalMonthlyInstallment": 0,
        "totalBorrowed": 257500,
        "totalOutstanding": 444000,
        "totalOverdue": 0,
        "maxNoOfDays": 0,
        "creditors": false,
        "creditEnquiries": false,
        "creditEnquiriesSummary": false,
        "loanPerformance": false,
        "loanHistory": false
      }
    },
    "error": null
}
{
  	"status":false,
    "message": "Unsuccessful",
    "code": "400",
    "apiVersion": "v1",
    "transactionRef": "N202401101345487388",
    "data": "",
    "error": {
        "code": 400,
        "message": null
    }
}