v1
latestOpenAPI 3.1.02026-07-2418201.6 MBCustomer Verification Validate API
post/kyc/public_registry/validate
Headers
client_idstring required
ID/identifier that is provided by Decentro to a specific client and environment. Please note, this may change based on the environment you are on.
client_secretstring required
The confidential credential provided by Decentro that is associated with the client_id
Request body
Response
200
Example response
{
"kycStatus": "SUCCESS",
"status": "SUCCESS",
"message": "PAN details retrieved successfully.",
"kycResult": {
"idNumber": "AAAAA1111A",
"idStatus": "VALID",
"category": "INDIVIDUAL OR PERSON",
"name": "JOHN DOE"
},
"responseKey": "success_pan",
"responseCode": "S00000",
"requestTimestamp": "2026-04-02 11:57:19.313169 IST (GMT +0530)",
"responseTimestamp": "2026-04-02 11:57:21.861186 IST (GMT +0530)",
"decentroTxnId": "1891C0A8030040239008B95622B43A62"
}