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 | Whether the user has given consent (true or false) | Boolean |
| consent_given_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": {}
}