Individual Credit Report

Individual Credit Report

POST {{baseurl}}/v2/api/identity/credit-report/ng/individual

Headers

Name
Type
Description

token*

String

API secret token

Request Body

Name
Type
Description

id*

String

Individual's identification number, this can be BVN, Mobile No., National ID, Pencom ID,Passport No. or Drivers License No.of Individual you intend to search. When using (consumerName + dateOfBirth) OR accountNumber for search pass an empty string

isSubjectConsent*

Boolean

Indicate subject has given consent. Must be true

consumerName

String

Consumer's name . When using id OR accountNumber for search pass an empty string

accountNumber

String

Consumer's account number When using id for search pass an empty string

dateOfBirth

String

Consumer's date of birth. When using id OR accountNumber for search pass an empty string

enquiryReason

String

Customer's enquiry reason

Individual Credit Report

This service allows you to retrieve the Credit Report for an individual.

{
    "id": "22471069115",
    "isSubjectConsent": true,
    "consumerName": "",
    "accountNumber": "",
    "dateOfBirth": "",
    "enquiryReason": "borrower_existing_credit"
}

Last updated

Was this helpful?