Business Checks

# Introduction

This helps verify business registration and ownership:

# Request Parameters

The following parameters are expected:

Field Description Type
search_type The Spincrunch Search type you want to do. COMPANYSEARCHREGNO String
identifier The business registration number you want to verify against the phone number String

Please find sample implementation on the left


# Response Parameters

Below is a sample response

'search_type' is COMPANYSEARCHREGNO , identifier is the business registration number

Search details on a business. A sample response is as follows:

{
  "response_code": "200",
  "success": true,
  "message": "Business verification successful",
  "data": {}
}