D
API v1 · Stable

The identity layer for African finance

One API for eKYC verification and credit scoring. Built for banks, MFIs, and fintechs in Senegal and Morocco. Verify an identity in under 30 seconds.

eKYC Verification

Verify national IDs, passports, and voter IDs in seconds. Powered by Smile Identity.

AI Credit Scoring

Go beyond identity. Get a Skorix credit score with every verification.

Webhook Delivery

Real-time results to your endpoint. HMAC-signed for security.

Quick example

Make a sandbox verification in seconds. No sign-up required to try it:

cURL
curl -X POST https://api.d-id.me/v1/kyc/sandbox/verify \
  -H "Authorization: Bearer dme_sandbox_xxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "id_type": "national_id",
    "country": "SN",
    "external_ref": "user_001",
    "score_requested": false
  }'

The sandbox returns an immediate approved result — no real document processing. Perfect for testing your integration end-to-end.

Where to start

Supported markets

CountryID TypesStatus
🇸🇳 SenegalNational ID, Passport, Voter IDLive
🇲🇦 MoroccoCIN National ID, PassportLive
🇨🇮 Ivory CoastNational IDQ3 2026
🇬🇭 GhanaGhana CardQ3 2026

Base URL

All API requests are made to:

https://api.d-id.me/v1

During development, use our sandbox environment. Sandbox requests are free, process instantly, and never touch real Smile Identity infrastructure.