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.
Body
Find the request parameters to retrieve CIN information
It is the unique alphanumeric identifier assigned to companies registered under the Ministry of Corporate Affairs, India.
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.
Response
Success response for retrieving CIN information
It displays the entered CIN information.
It displays the granular level status of the CIN information.
It displays the name of the company registered under the Ministry of Corporate Affaris.
It displays the email ID of the company registered under the Ministry of Company Affairs.
It displays the name of the country where the company is located.
It displays the date of incorporation of the company.
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
It displays the registration number of the company.
It displays the status of the CIN information. Possible values are: - VALID
: CIN provided is valid - INVALID
: CIN provided is invalid
It displays the unique ID you created to identify the API request.
Was this page helpful?