1. Home
  2. Interswitch Data Service
  3. Credit Bureau (CRS)
  4. Credit Score API

Credit Score API

This end-point gets an individual credit score from credit bureau.

Request URL: {{baseurl}}/credit-score

Request Body

SNField NameData TypeMax LengthRequiredDescription
1phoneNoString15NoThe phone number tied to account of the individual whose score you seek. This field is required if the bvn is not available
2bvnString11NoThe bank verification number for the individual whose score you seek. This field is required if the phone number tied to the account of this individual is not available

Request Header

HTTP Verb: POST

Authentication: Bearer Token

Content-Type: application/json

Sample Request

{   

“phoneNo”: “2348165794610”,  

“bvn”: “22200092454”

}

Sample Response (Success)

{

“phoneNo”: null,

“bvn”: 12345678912,

“creditScore”: 540

}

Was this article helpful to you? Yes No 1

How can we help?