For Fintech Partners

Embed Emergency Coverage Into Your App

Give your users access to life-saving emergency coverage through a simple API integration. Increase retention, earn revenue share, and make real social impact.

Why Integrate?

Benefits for Your Platform

Increase Retention

Users with Emergency Carebridge coverage are 3x more likely to stay active on your platform.

ESG Impact

Demonstrate social impact with every transaction. Healthcare access as a feature.

New Revenue Stream

Earn revenue share on every contribution processed through your platform.

Simple Integration

RESTful API with comprehensive SDK. Go live in as little as 2 weeks.

API Preview

Developer-Friendly Integration

register-contributor.ts
// Register a new Emergency Carebridge contributor
const response = await fetch('https://api.carebridge.ng/v1/contributors', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer pk_live_...',
    'X-HMAC-Signature': computeHMAC(body),
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    full_name: 'Adaeze Okafor',
    phone: '+2348012345678',
    bvn_hash: 'sha256:...',
    date_of_birth: '1990-05-15',
    partner_user_id: 'usr_abc123',
  }),
});

const { contributor_id, status } = await response.json();
// { contributor_id: "cb_xyz789", status: "ACTIVE" }

Contributor Management

Register, manage, and query contributor profiles via your platform.

POST /api/v1/contributorsGET /api/v1/contributors/{id}PUT /api/v1/contributors/{id}/schedule

Claims & Emergency

Submit claims and track status on behalf of your users.

POST /api/v1/claimsGET /api/v1/claims/{id}GET /api/v1/dashboard/contributor/{id}

Webhooks

Real-time event notifications for contribution, claim, and disbursement events.

contribution_successcontribution_failedclaim_status_changeddisbursement_completed

Trusted by Leading Platforms

OPay
PalmPay
Kuda Bank
Carbon
FairMoney
Piggyvest
Get Started

Request a Demo