Employer Verification
# Introduction
This helps to verify employer information:
# Request Parameters
The following parameters are expected:
| Field | Description | Type |
|---|---|---|
| search_type | The Spincrunch Search type you want to do. employer | String |
| identifier | The ID Number whose employer you want to verify | String |
| consent | Indicates whether the data owner has consented to identity verification 1 if yes 0 if no. | String |
| consent_collected_by | Name or identifier of the person who provided the data owner’s consent. | String |
Please find sample implementation on the left
# Response Parameters
Below is a sample response
# Employer Verification
'search_type' is
employer,identifieris the client's ID Number
Search details on a customer. As sample response is as follows:
{
"employed": true,
"id_number": "3690****",
"employer_details": {
"employerName": "TEN** ******** LIMITED",
"jobGroup": null
},
"full_name": "JUSTUS *****"
}