Allows merchant to verify CRC information using the 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/getcrc

📘

GET (TEST)

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

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": "N202401110806383790",
    "data": {
      "bvn": "2******92",
      "customerId": "1*********4",
      "businessId": "64**********63e",
      "name": "TEST  TEST",
      "phone": "",
      "gender": "MALE",
      "dateOfBirth": "22-MAR-1003",
      "address": "",
      "email": "",
      "score": {
        "totalNoOfDelinquentFacilities": "1",
        "lastReportedDate": "11-DEC-2123",
        "totalNoOfLoans": "2",
        "totalNoOfInstitutions": "1",
        "totalNoOfActiveLoans": "2",
        "totalBorrowed": "257,500",
        "totalOutstanding": "444,000",
        "totalOverdue": "444000",
        "maxNoOfDays": "559",
        "totalNoOfClosedLoans": 0,
        "crcReportOrderNumber": "W-0102107097/2024"
      },
      "searchedDate": "2024-01-11T07:07:17.388Z"
    },
    "error": null
}
{
    "status": false,
    "message": "Unsuccessful",
    "code": "400",
    "apiVersion": "v1",
    "transactionRef": "N202401101345487388",
    "data": "",
    "error": {
        "code": 400,
        "message": null
    }
}