Verify identity.
Prove trust.
SectID is the compliance operating system for African banks, fintechs, SACCOs, and PSPs. KYC, KYB, AML screening, and transaction monitoring — built for local regulators and scaled for the continent.
Document
verified
Biometric
verified
Sanctions
verified
Decision
approved
The problem
African compliance is not an afterthought.
Global identity platforms treat Africa as a coverage tail. They miss local IDs, struggle with low-bandwidth uploads, and store data outside the continent. The result? Slow onboarding, rejected applicants, and regulatory risk.
SectID flips the model. Native authoritative-source rails, in-country data residency, and a compliance artifact pack for CBK, ODPC, CMA, and every market you expand into.
Platform
One system for the full compliance lifecycle
Each module shares the same tenant isolation, audit trail, and API envelope — so your team works from a single source of truth.
KYC
Identity verificationDocument capture, liveness checks, and biometric matching with native support for Kenyan, Ugandan, Rwandan, and Nigerian IDs.
KYB
Business onboardingRegistry lookups, UBO traversal, and beneficial-ownership disclosure — with local business registers where available.
AML
Sanctions & PEP screeningSanctions, politically exposed persons, and adverse-media screening with explainable match scoring and case routing.
Transaction Monitoring
Real-time alertsConfigurable rules, suspicious-activity alerts, and SAR packaging for financial intelligence units.
Data Residency
Jurisdiction-aware routingRoute identity, registry, and storage providers by country so sensitive data stays within regulator expectations.
Audit & Compliance
Regulatory artifactsConsent logs, DSR workflow, retention enforcement, and trust-center downloads that satisfy auditors out of the box.
How it works
From first document to final decision
Collect
Applicants submit documents and selfies through a hosted link, SDK, or your own flow via the REST API.
Screen
Documents are matched against local authoritative sources. Biometrics confirm liveness. Names run against sanctions and PEP lists.
Decide
The risk engine recommends approve, review, or reject with full rule attribution. Cases are routed to the right reviewer automatically.
Prove
Every action is written to an append-only audit log. DSR requests, retention policies, and regulator-ready exports are one click away.
Developers
Built to integrate, not to trap
A versioned REST API, typed SDKs, and signed webhooks. Run deterministic mock providers locally without live credentials.
curl https://api.sectid.com/api/v1/kyc/sessions \
-H "Authorization: Bearer kyc_live_..." \
-H "Content-Type: application/json" \
-d '{
"applicantId": "appl_123",
"countryCode": "KE",
"callbackUrl": "https://your.app/webhooks/sectid"
}'