Connect Your App to
The Kenyan Insurance Ecosystem

The ultimate API bridge for Motor, Health, and Life insurance. Issue policies, collect premiums via Kopo Kopo, and manage claims with one integration.

Why BimaSoft?

Built for Kenyan developers, by Kenyan developers.

Instant Issuance

Direct connectivity with Britam, Jubilee, and CIC. No manual back-office entry required.

Payment Ready

Native Kopo Kopo & M-Pesa integration for instant premium collection and reconciliation.

Fully Compliant

Standardized data formats that meet KRA P10 and IRA reporting requirements.

Integrate in Minutes, Not Months.

Stop chasing insurance companies for manual spreadsheets. Use our unified JSON API to request quotes and issue certificates directly from your platform.

  • RESTful JSON Endpoints
  • Sandbox & Live Environments
  • Webhook support for status updates
POST /api/v1/issue-policy
{
  "insurer": "Britam",
  "policy_type": "Motor_Private",
  "vehicle_reg": "KDC 001A",
  "payment_ref": "QWERT123"
}

// Response 200 OK
{ "status": "success", "certificate_url": "..." }