Zimbabwe Credit Check
Lookup Zimbabwe National ID
This endpoint allows you to Lookup a Zimbabwe National ID.
Request
{{baseURL}}/api/v1/zw/kyc/fcb
Headers
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query Params
Parameter | Type | Description | |
---|---|---|---|
id_number * | string | Zimbabwian National ID | required |
dob * | string | date of birth | required |
name * | string | required | |
surname * | string | required | |
gender* | string | M or F | required |
marital_status* | string | M or S | required |
mobile_number* | string | required |
Response Sample
{
"entity": {
"dob": "1994-04-03",
"full_name": "JOHN DOE",
"score": 288,
"status": "GOOD",
"gender": "F",
"id_number": "45190123A45"
}
}
{
"message": "national_id not found"
}
Updated 6 months ago