🇳🇬Nigerian Credit Report

Nigerian Credit Report

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

This endpoint allows you to validate the credit history of a Nigerian Individuals.

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 Number, National ID, Pencom ID or Drivers License Number 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

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

Last updated

Was this helpful?