Skip to main content

KDPA 2019 (Kenya)

Overview

FieldValue
Pack IDkenya/kdpa
Full titleKenya Data Protection Act 2019
RegulatorOffice of the Data Protection Commissioner (ODPC)
JurisdictionKenya (KE)
Effective dateNovember 2019

What comply54 enforces

Cross-border transfers (§48)

KDPA §48 restricts cross-border transfers of personal data to countries that provide adequate protection. Biometric data exports are prohibited entirely.

DestinationData typeDecision
KenyaAnyallow
EAC / AU adequacy partnerNon-sensitiveallow
Non-adequate countryPersonal data + consentescalate
Non-adequate countryPersonal data, no consentdeny
Any countryBiometric (KRA PIN, passport)deny
result = compliance.check(
action="export_data",
params={"destination_country": "US", "data_type": "customer_pii"},
context={"consent_documented": False},
)
# decision: deny

Special categories (§46)

Health data, genetic data, and biometric data receive heightened protection — always deny for cross-border transfer.

Input fields used

FieldPathDescription
Actioninput.action"export_data", "send_to_external", "store_data"
Destination countryinput.params.destination_countryISO 3166-1 alpha-2
Data typeinput.params.data_type"biometric", "customer_pii", "health"
Consent documentedinput.context.consent_documentedBoolean

Messages returned

KDPA 2019 §48: Cross-border transfer to US requires consent or adequacy confirmation
KDPA 2019 §46: Biometric data export prohibited — special category data
KDPA 2019 §30: Processing personal data without consent — legal basis required

Regulatory references