Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Headers
Send the signature if two-factor authentication is selected as Public Key. More details
Body
Find the request parameters to retrieve your customer's 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 the 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"