Whether you're verifying identity for onboarding, KYC, access control, or fleet management, barKoder instantly returns clean, labeled fields from a single scan.
barKoder’s parser decodes and organizes the SA DL barcode data into structured fields, which are then returned in a developer-friendly JSON format, with key–value pairs mapped to the SA DL data elements, like so:
code snippet JSON:
{
"first_name": "Alex",
"last_name": "Johnson",
"license_number": "D12345678",
"address": "123 Main St",
"city": "Cape Town",
"province": "Western Cape",
"postal_code": "8000",
"dob": "1990-02-12",
"issue_date": "2022-01-01",
"expiry_date": "2030-01-01"
}