Credit Reports Bureau - Kenya
# Introduction
This is a modern, integrated credit bureau database in Kenya. We fetch information from:
- Metropol
- TransUnion
Frm capabilities are still in development but what's available right now is:
- Metropol
# Request Parameters
The following parameters are expected:
Field | Description | Type |
---|---|---|
search_type | The Search type you want to do. Examples: Metropol | String |
identifier | This is the search parameter. E.g. ID Number | String |
Please find sample implementation on the left
# Response Parameters
Below is a sample response
# Metropol Search
'search_type' is
Metropol
andidentifier
is the client's ID Number
Search details on a customer's Metropol using their ID Number. As sample response is as follows:
{
"code": "200.001",
"data": {}
}