E-commerce10 min read

Senegal BNPL: model, credit risk, compliance (2026)

Mohamed Bah·Fondateur, Kolonell
June 2, 2026
Share:
Senegal BNPL: model, credit risk, compliance (2026)

Senegal BNPL: model, credit risk, compliance (2026)

E-commerce

Senegal BNPL: why 2026 is the tipping point year

Klarna, Afterpay, Affirm proved it: BNPL (Buy Now Pay Later, 3-4 interest-free installments) increases e-commerce average basket by 30-75% and conversion rate by 18-35%.

In Senegal in 2026, the market remains virgin: Wave BNPL launched late 2025 (5 pilot merchants), BHS Mobile Wallet test, Coris Bank CIB in evaluation. 18-24 month window for e-commerce founders who want to take position.

Here is the model, credit scoring, and legal pitfalls.

H2: Economic model

3 classic splits.

  • 3x interest-free (fees paid by merchant)
  • 4x interest-free (merchant fees + small user upfront)
  • 6-12x with interest (APR 8-18%)

Unit economics (basket 80,000 FCFA, 3x interest-free).

ItemAmount FCFA
Sale price80,000
Merchant-paid BNPL commission (4-7%)3,200 to 5,600
Merchant receives immediately74,400 to 76,800
Customer pays 26,667 × 3 installments80,001
Default risk (provision 3-6%)2,400 to 4,800
BNPL provider net margin after infra800 to 1,500 (1-2%)

Target market. 3 high-potential segments:

  • Diaspora sending to SN family: basket 50-300 K FCFA, appliances + tuition, +45% conversion with BNPL
  • Urban 25-45 years salaried: electronics, premium fashion, domestic travel. Very receptive.
  • Small B2B traders: stock orders 200-800 K FCFA, BNPL 30-60 days (Klarna-style B2B BNPL)

H2: Light credit scoring (low data context)

In Senegal, no central credit bureau (Banque de France equivalent). Solution: alternative scoring.

\\\`ts

// Simplified BNPL scoring SN

function scoreBnplApplicant(applicant: Applicant): ScoreResult {

let score = 500;

// Wave/Orange Money history (last 12 months)

if (applicant.waveHistoryMonths >= 6) score += 80;

if (applicant.avgMonthlyVolume >= 200_000) score += 60;

if (applicant.failedTransactionsLast90d === 0) score += 40;

// Geographic stability (same city/neighborhood)

if (applicant.sameAddressMonths >= 12) score += 50;

// Complete onboarding (NINEA if trader, salary if salaried)

if (applicant.ninea || applicant.payslipsVerified) score += 100;

// Negative signals

if (applicant.priorBnplDefaults > 0) score -= 200;

if (applicant.priorBnplDefaults > 2) return { approved: false, reason: 'serial_defaulter' };

return {

approved: score >= 650,

Need a professional website?

Kolonell builds websites that attract clients, optimized for the Sénégalese market. Free quote in 2 minutes.

score,

maxAmount: score >= 750 ? 500_000 : 150_000,

};

}

\\\`

Typical thresholds:

  • Score < 650: rejection
  • 650-749: approved up to 150 KFCFA
  • 750+: approved up to 500 KFCFA
  • Premium (NINEA + 12 months no default): up to 2 M FCFA

H2: Bank partnerships (BHS, Coris, Ecobank)

3 integration models:

Model A — Pure fintech. You bear 100% credit risk. Required equity: 500 M-2 billion FCFA. BCEAO license mandatory (credit institution or microfinance).

Model B — Bank-backed (recommended start). Partner bank (BHS Mobile, Coris CIB) bears credit risk. You provide UX + scoring + recovery. Commission split 40/60 (40% fintech, 60% bank). No license required (intermediary).

Model C — Merchant guarantees. Merchant assumes default (rare, except large distributors).

H2: BCEAO compliance

  • 2026 BCEAO usury rate: 21% APR max (revised annually). 3x/4x interest-free for user = OK (fees paid by merchant).
  • UEMOA consumer credit law: mandatory pre-contractual information (total amount due, installments, default consequences).
  • Anti-money laundering (AML): full KYC > 200 KFCFA, CENTIF declaration if suspect.
  • Ethical recovery: no harassment, no disclosure to third parties, late fees capped (8-12% of remaining capital max).

H2: Wave BNPL examples + roadmap

Wave BNPL (launched December 2025): 3x interest-free, 250 KFCFA cap, pilot merchants (Auchan Senegal, Sokhna Phone). Default rate Q1 2026: 4.8% (acceptable). 2026 roadmap: 4x + 6x extension, diaspora merchants (Western Union, MoneyGram bridge).

FAQ

How much to launch a BNPL offer in Senegal?

Bank-backed model: 80-220 M FCFA (dev + KYC + bank integration + pilot marketing). Pure fintech model: 500 M-2 billion FCFA (risk capital + BCEAO license). For 90% of founders: start in bank-backed mode.

What default rate to anticipate?

Mature market (Klarna Europe): 1.5-3%. Emerging SN market without credit bureau: expect 5-9% year 1, descent to 3-5% year 2-3 (after scoring calibration). Beyond 12%: model not viable.

How to recover on default?

3 steps: (1) automatic reminders D+1, D+7, D+15 (SMS + WhatsApp + email), (2) late fees applied D+15 (BCEAO capped), (3) transfer to recovery firm D+60 (25-40% commission on recovered amounts). Beyond D+180: provision written off, tax declaration.

What minimum data to collect?

KYC: NIN + ID photo + selfie + address + employer (if salaried) or NINEA (if trader). Alternative data: Wave/Orange Money history 6-12 months, telecom operator (Orange, Free Senegal). GDPR/Senegal law 2008-12 consent mandatory.

What ROI for the merchant?

Klarna/Afterpay BNPL merchants: +30-75% average basket, +18-35% conversion. Senegal 2026 (Wave BNPL Q1 estimates): +28% basket, +22% conversion on tested categories (electronics, premium fashion). Largely offsets 4-7% commission.

Let's discuss your BNPL

If you are an e-commerce merchant interested in offering BNPL or a fintech wanting to launch BNPL in Senegal, we design the architecture + scoring + bank partnership. WhatsApp +221 77 596 93 33.

Tags:#BNPL#Buy Now Pay Later#credit#Senegal#Wave BNPL#BCEAO
Share:

Mohamed Bah

Fondateur, Kolonell

Passionate about digital and entrepreneurship in Africa, Mohamed has been helping Sénégalese businesses with their digital transformation since 2020. Founder of Kolonell, he believes every SME deserves a professional and accessible online présence.