Business Checks
# 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 |
Please find sample implementation on the left
# Response Parameters
Below is a sample response
# phonenocheck Search
'search_type' is
phonenocheck
,identifier
is the client's ID Number andphone_number
is 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": {}
}