Overview
This endpoint validates a fingerprint against the Department of Home Affairs database via the South African Fraud Prevention Service (SAFPS).Endpoint
Request
Request Fields
| Field | Type | Required | Description |
|---|---|---|---|
ConsentReceived | boolean | Yes | Must be true |
IdNumber | string | Yes | South African 13-digit ID number |
FingerPrint | string | Yes | Base64-encoded fingerprint image |
CRef | string | No | Your transaction reference |
Response
| Field | Description |
|---|---|
isMatch | true if the fingerprint matches the DHA record |
confidence | Confidence score of the fingerprint match (0–1) |

