> ## Documentation Index
> Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Verify CIN

> Verify Corporate Identity Numbers to validate company registrations and ensure regulatory compliance for business entities in India.

Corporate Identity Number (CIN) verification enables you to validate company registrations with the Ministry of Corporate Affairs (MCA) in India. This service ensures that you're dealing with legitimate, registered companies and helps maintain regulatory compliance.

## What's a CIN

A Corporate Identity Number (CIN) is a unique 21-character alphanumeric identifier assigned to every company registered under the Companies Act in India. The CIN contains encoded information about the company including:

* **Company category**: Public/Private limited company
* **Sub-category**: Company with/without share capital
* **Year of incorporation**: When the company was registered
* **State code**: State where the company is registered
* **Company number**: Unique registration number

## CIN format structure

A CIN follows this format: `[Classification][Sub-category][Year][State][Company Number][Check Digit]`

**Example**: `U72900DL2015PTC123456`

* `U` = Private company limited by shares
* `72900` = Computer programming activities
* `DL` = Delhi
* `2015` = Year of incorporation
* `PTC` = Private company
* `123456` = Company registration number

## Key features

* **Real-time validation**: Instant verification against MCA database
* **Comprehensive data**: Get detailed company information
* **Regulatory compliance**: Ensure companies are validly registered
* **Fraud prevention**: Identify inactive or invalid company registrations
* **Easy integration**: Simple API integration for automated workflows

## Use cases

| Sector                 | Use case                                                            |
| ---------------------- | ------------------------------------------------------------------- |
| Financial institutions | Verify company registration before loan approval or account opening |
| E-commerce platforms   | Validate seller companies during merchant onboarding                |
| B2B marketplaces       | Ensure business partners are legitimate registered entities         |
| Insurance providers    | Verify company details for policy underwriting                      |
| Investment platforms   | Due diligence for investment decisions                              |
| Legal services         | Company verification for contract negotiations                      |
| Procurement platforms  | Vendor verification and compliance                                  |

## Verification process

1. **Input CIN**: Provide the 21-character CIN to verify
2. **API validation**: Call the CIN verification API endpoint
3. **Receive results**: Get comprehensive company information
4. **Process data**: Integrate verification results into your workflow

## Dashboard verification

To verify CIN through the merchant dashboard:

1. Log in to the [Merchant Dashboard](https://merchant.cashfree.com/auth/login)
2. Navigate to **Secure ID** > **KYB (Know Your Business)** > **CIN**
3. Enter the CIN number and click **Verify**
4. Review the company verification results

## Response data

The CIN verification API provides detailed company information:

* **Company name**: Official registered company name
* **CIN status**: Active, Strike off, Amalgamated, etc.
* **Registration date**: Date of company incorporation
* **Company category**: Public/Private limited company
* **Company sub-category**: With/without share capital
* **Authorised capital**: Company's authorised share capital
* **Paid-up capital**: Actual paid-up share capital
* **Registration office**: ROC where company is registered
* **Registered address**: Official company address
* **Company status**: Current operational status

## Benefits

* **Risk mitigation**: Avoid dealing with non-existent or inactive companies
* **Compliance assurance**: Meet regulatory requirements for business verification
* **Due diligence**: Comprehensive company background checks
* **Faster onboarding**: Automated company verification processes
* **Data accuracy**: Access to authoritative MCA data

<Note>You can also use the API to [verify CIN](/docs/api-reference/vrs/v2/cin/verify-cin) programmatically.</Note>

## Best practices

* **Regular verification**: Re-verify companies periodically as status can change
* **Cross-verification**: Use CIN verification alongside other KYB checks
* **Data integration**: Store verification results for audit trails
* **Status monitoring**: Check for any changes in company status

<div class="hidden" data-table-of-contents="bottom">
  <p class="mt-4 font-medium flex items-center gap-2 related-docs-heading">
    <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" class="w-4 h-4">
      <path d="M3 4h7a2 2 0 0 1 2 2v13a2 2 0 0 0-2-2H3z" />

      <path d="M21 4h-7a2 2 0 0 0-2 2v13a2 2 0 0 1 2-2h7z" />
    </svg>

    <span>Related topics</span>
  </p>

  <ul>
    <li><a href="/docs/docs/api-reference/vrs/v2/cin/verify-cin">CIN Verification API</a></li>
    <li><a href="/docs/docs/secure-id/know-your-business/overview">Know Your Business Overview</a></li>
    <li><a href="/docs/docs/secure-id/know-your-business/verify-gstin">GSTIN Verification</a></li>
  </ul>
</div>
