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 -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
Quickstart →
Make your first API call in under 5 minutes.
API Reference →
Full reference for every endpoint.
Try the Sandbox →
Interactive request builder. No setup needed.
Supported markets
| Country | ID Types | Status |
|---|---|---|
| 🇸🇳 Senegal | National ID, Passport, Voter ID | Live |
| 🇲🇦 Morocco | CIN National ID, Passport | Live |
| 🇨🇮 Ivory Coast | National ID | Q3 2026 |
| 🇬🇭 Ghana | Ghana Card | Q3 2026 |
Base URL
All API requests are made to:
https://api.d-id.me/v1During development, use our sandbox environment. Sandbox requests are free, process instantly, and never touch real Smile Identity infrastructure.