Skip to main content
POST
/
udyam
Verify Udyam
curl --request POST \
  --url https://sandbox.cashfree.com/verification/udyam \
  --header 'Content-Type: application/json' \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>' \
  --data '
{
  "verification_id": "tfqgzsXu3Z",
  "udyam": "UDYAM-UP-43-1234567"
}
'
{
"verification_id": "tfqgzsXu3Z",
"reference_id": 3478283,
"status": "VALID",
"udyam": "UDYAM-UP-43-1234567",
"message": "Enterprise exists",
"udyam_certificate_url": "https://galvatron-gridlines-io.s3.ap-south-1.amazonaws.com/udyam/certificates/3529462c-6ada-41be-9340-196044d91c63/2025_10_29/UDYAM-UP-43-1234567___fad87cba-e991-494a-8c52-062eb7aa4d34.pdf",
"enterprise_data": {
"document_id": "UDYAM-UP-43-1234567",
"major_activity": "Services",
"enterprise_type": "Micro",
"classification_year": "2024-25",
"classification_date": "2025-06-02T00:00:00.000Z",
"organization_type": "Proprietary",
"name": "John",
"mobile": "98*****210",
"email": "[email protected]",
"address": {
"door_no": "Ground Floor",
"building": "05 Raman Vihar",
"area": "Naubasta",
"block": "Naubasta",
"street": "Naubasta",
"city": "Kanpur",
"district": "KANPUR NAGAR",
"state": "UTTAR PRADESH",
"pincode": "208021"
},
"date_of_incorporation": "2020-05-29T00:00:00.000Z",
"date_of_commencement": "2020-05-29T00:00:00.000Z",
"date_of_udyam_registration": "2022-01-02T00:00:00.000Z",
"dic": "KANPUR NAGAR",
"msme_di": "KANPUR",
"social_category": "General"
},
"enterprise_type_data": [
{
"enterprise_type": "Micro",
"classification_year": "2024-25",
"classification_date": "2025-06-02T00:00:00.000Z"
},
{
"enterprise_type": "Micro",
"classification_year": "2023-24",
"classification_date": "2023-05-09T00:00:00.000Z"
},
{
"enterprise_type": "Micro",
"classification_year": "2022-23",
"classification_date": "2022-06-26T00:00:00.000Z"
},
{
"enterprise_type": "Micro",
"classification_year": "2021-22",
"classification_date": "2022-01-02T00:00:00.000Z"
}
],
"nic_data": {
"nic_2_digit": "85 - Education",
"nic_4_digit": "8550 - Educational support services",
"nic_5_digit": "85500 - Educational support services"
},
"nic_data_list": [
{
"nic_2_digit": "85 - Education",
"nic_4_digit": "8550 - Educational support services",
"nic_5_digit": "85500 - Educational support services",
"activity_type": "Services",
"date": "2022-01-02T00:00:00.000Z"
}
],
"enterprise_units": [
{
"name": "John",
"address": {
"door_no": "Ground Floor",
"building": "05 Raman Vihar Naubasta",
"area": "KANPUR NAGAR",
"block": "KANPUR NAGAR",
"street": "05 Raman Vihar Naubasta Bamba",
"city": "Kanpur",
"district": "KANPUR NAGAR",
"state": "UTTAR PRADESH",
"pincode": "208021"
}
},
{
"name": "Josh",
"address": {
"door_no": "Ground Floor",
"building": "05 Raman Vihar Naubasta",
"area": "Kanpur",
"block": "Kanpur",
"street": "Kanpur",
"city": "Kanpur",
"district": "KANPUR NAGAR",
"state": "UTTAR PRADESH",
"pincode": "208021"
}
}
]
}

Authorizations

x-client-id
string
header
required

Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.

x-client-secret
string
header
required

The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if two-factor authentication is selected as Public Key. More details

Body

application/json

Find the request parameters to retrieve the information of a Udyam number

verification_id
string
required

It is the unique ID you create to identify the verification request. The maximum character limit is 50. Alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.

Example:

"tfqgzsXu3Z"

udyam
string
required

It is the Udyam registration number to be verified.

Example:

"UDYAM-UP-43-1234567"

Response

Success response for Udyam verification.

verification_id
string

It displays the unique ID you created to identify the verification request.

Example:

"tfqgzsXu3Z"

reference_id
integer

It displays the unique ID created by Cashfree Payments for reference purposes.

Example:

3478283

status
string

It displays the status of the verification request. Possible values are VALID, INVALID.

Example:

"VALID"

udyam
string | null

It displays the Udyam registration number.

Example:

"UDYAM-UP-43-1234567"

message
string

It displays the verification message.

Example:

"Enterprise exists"

udyam_certificate_url
string | null

It displays the URL to download the Udyam certificate.

Example:

"https://galvatron-gridlines-io.s3.ap-south-1.amazonaws.com/udyam/certificates/3529462c-6ada-41be-9340-196044d91c63/2025_10_29/UDYAM-UP-43-1234567___fad87cba-e991-494a-8c52-062eb7aa4d34.pdf"

enterprise_data
object

It contains the enterprise information.

enterprise_type_data
object[]

It contains the enterprise type data for different years.

nic_data
object

It contains the NIC data information.

nic_data_list
object[]

It contains the list of NIC data.

enterprise_units
object[]

It contains the list of enterprise units.