Request

[GET]
{{baseURL}}/api/v1/za/kyc/id
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key

Query partner

ParameterTypeDescriptionRequired
id_number *stringSouth African National ID Numberrequired
with_photobooleandefault is falseoptional

Sample Response

Response
{
    "entity": {
        "id_number": "1234567890192",
        "first_name": "JOHN",
        "last_name": "DOE",
        "middle_name": "ANON",
        "date_of_birth": "1900-01-01",
        "phone_number": "",
        "address": "",
        "photo": "/9j/2wBDA19sjwj2j2j2j2j2j1w",
        "marital_status": "SINGLE",
        "gender": "Male",
        "issued_date": "2020-01-20",
        "deceased_status": "Alive",
        "citizenship": "SOUTH AFRICAN",
        "full_name": "JOHN DOE ANON"
    }
}