SA National ID without photograph
Request
[GET]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query parameter
| Parameter | Type | Description | Required |
|---|---|---|---|
| id_number * | string | South African National ID Number | required |
Sample Response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the verification response data |
| entity.id_number | string | South African National ID Number |
| entity.first_name | string | First name of the individual |
| entity.last_name | string | Last name of the individual |
| entity.middle_name | string | Middle name of the individual |
| entity.date_of_birth | string | Date of birth in YYYY-MM-DD format |
| entity.phone_number | string | Phone number of the individual |
| entity.address | string | Residential address of the individual |
| entity.marital_status | string | Marital status (e.g., SINGLE, MARRIED) |
| entity.gender | string | Gender of the individual |
| entity.issued_date | string | Date the ID was issued in YYYY-MM-DD format |
| entity.full_name | string | Full name of the individual |
| entity.smart_card_issued | string | Whether a smart ID card was issued (YES or NO) |
| entity.card_date | string | Date the smart card was issued in YYYY-MM-DD format |
| entity.book_date | string | Date the ID book was issued in YYYY-MM-DD format |
| entity.living_status | string | Living status of the individual (e.g., ALIVE) |
SA National ID with photograph
Request
[GET]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query parameter
| Parameter | Type | Description | Required |
|---|---|---|---|
| id_number * | string | South African National ID Number | required |
Sample Response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the verification response data |
| entity.id_number | string | South African National ID Number |
| entity.first_name | string | First name of the individual |
| entity.last_name | string | Last name of the individual |
| entity.middle_name | string | Middle name of the individual |
| entity.date_of_birth | string | Date of birth in YYYY-MM-DD format |
| entity.phone_number | string | Phone number of the individual |
| entity.address | string | Residential address of the individual |
| entity.photo | string | Base64-encoded photograph of the individual |
| entity.marital_status | string | Marital status (e.g., SINGLE, MARRIED) |
| entity.gender | string | Gender of the individual |
| entity.issued_date | string | Date the ID was issued in YYYY-MM-DD format |
| entity.full_name | string | Full name of the individual |
| entity.smart_card_issued | string | Whether a smart ID card was issued (YES or NO) |
| entity.card_date | string | Date the smart card was issued in YYYY-MM-DD format |
| entity.book_date | string | Date the ID book was issued in YYYY-MM-DD format |
| entity.living_status | string | Living status of the individual (e.g., ALIVE) |