Verify CIN
Use this API to retrieve information from CIN such as business incorporation date, director(s) details, CIN status, and more. View the test data and use the information to trigger the validations. The test data are usable only in the test environments such as gamma and sandbox.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Headers
Send the signature if IP is not whitelisted
Body
Find the request parameters to retrieve CIN information
It is the unique ID you create to identify the API request. The maximum character limit is 50. Alphanumeric, period (.), hyphen (-). and underscore ( _ ) are allowed.
"ABC00123"
It is the unique alphanumeric identifier assigned to companies registered under the Ministry of Corporate Affairs, India.
"U72900KA2015PTC082988"
Response
Success response for retrieving CIN information
It displays the unique ID you created to identify the API request.
"ABC00123"
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
1358
It displays the status of the CIN information. Possible values are: - VALID
: CIN provided is valid - INVALID
: CIN provided is invalid
"VALID"
It displays the entered CIN information.
"U72900KA2015PTC082988"
It displays the name of the company registered under the Ministry of Corporate Affaris.
"COMPANY NAME"
It displays the registration number of the company.
82987
It displays the date of incorporation of the company.
"23-09-2015"
It displays the granular level status of the CIN information.
"ACTIVE"
It displays the email ID of the company registered under the Ministry of Company Affairs.
"abc@xyz.com"
It displays the name of the country where the company is located.
"INDIA"
It displays the details of the director of the company.
Was this page helpful?