Phone Number Hakikisha
# Introduction
This helps verify relation between phone number and ID number:
# Request Parameters
The following parameters are expected:
| Field | Description | Type |
|---|---|---|
| search_type | The Spincrunch Search type you want to do. PHONENOCHECK | String |
| identifier | The phone number you want to verify | String |
| consent | Indicates whether the data owner has consented to identity verification 1 if yes 0 if no. | Boolean |
| consent_collected_by | The entity (e.g., user) who provided consent | String |
Please find sample implementation on the left
# Response Parameters
Below is a sample response
# phonenocheck Search
'search_type' is
phonenocheck,identifieris the client's ID Number andphone_numberis the client's Phone Number
Search details on a customer. As sample response is as follows:
{
"response_code": "200",
"success": true,
"message": "Phone Number details fetched successful",
"data": {
"success": true,
"response_code": 200,
"message": "Phone Number Details Fetched Successfully",
"data": {
"name": "XXXXX XXXXX",
"phone_number": "254XXXXXXX2",
"account": "",
"institution": "",
"is_valid": true,
"is_active": true
},
"request_id": "XXXXXXXXXXXXXXX"
}
}