Skip to content

JianWeiHub ​

JianWeiHub is a Nigeria data verification API integration platform. Similar to easeid.ai, it provides a unified gateway for identity and data verification services through a single, developer-friendly API. Merchants register to obtain credentials (appId + RSA private key), then call the verification endpoint using SDKs or hand-crafted signatures.

Platform Architecture ​

  1. Register on the merchant portal with your email address to obtain an appId and a unique RSA private key (shown only once).
  2. Sign each request with your private key using the RSA signature scheme (X-Sign-Type=RSA).
  3. Call POST /api/v1/risk/loan-history with your signed request.
  4. Receive a structured response envelope with the verification result.

Current Status ​

The product verification interfaces currently return simulated responses. Live product endpoints are coming soon. The API structure and signature mechanism described in this documentation reflect the real integration contract --- you can integrate now and go live seamlessly when product endpoints are activated.

Next Steps ​