StampMitraStampMitra Developers

PAN to Udyam

● Live

Verify a PAN to Udyam in real time.

POST/v1/verify/pan-to-udyam
● Live

Verify PAN to Udyam

Validates and verifies a PAN to Udyam. Requires the `verification.pan_to_udyam.read` scope on the API key. Metered as `pan.to_udyam` after a successful upstream response.

Required scope: verification.pan_to_udyam.read

Parameters

NameTypeRequiredDescription
AuthorizationheaderYesBearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted.
panstringYesPAN to resolve to associated Udyam registration(s).

Example request

{
  "pan": "ABCDE1234F"
}

Example response

{
  "status": "success",
  "verified": true,
  "data": {
    "...": "provider-specific verified fields"
  }
}

Input format is validated with class-validator before the request ever leaves stampmitra-b2b-platform.