This API helps you verify the identity of the borrower or client from our integrated government IPRS system and other 3rd party data sources.

The available identity checks on our APIs include:

  1. National ID
  2. Alien ID
  3. Driving License
  4. KRA PIN
  5. Business
  6. Vehicle
  7. Collateral
  8. Phone Number
  9. Bank Account

πŸ“˜

Authentication

Basic authentication is a simple authentication scheme built into the HTTP protocol. To use it, send your HTTP requests with an Authorization header that contains the word Basic followed by a space and a base64-encoded string API Client ID:API Secret Key.

Example: Authorization: Basic WTYdfghWYGYPVSAFIhhbhTThrVRYGPHH==

Example: Authorization: Basic WTYdfghWYGYPVSAFIhhbhTThrVRYGPHH==
See how to get your Basic Auth Token