v1
latestOpenAPI 3.1.02026-07-2418201.6 MBDocument Extraction v2
post/v2/kyc/scan_extract/ocr
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
content-typestring required
Request body
Response
200
Example response
{
"ocrStatus": "SUCCESS",
"status": "SUCCESS",
"message": "Scan completed successfully.",
"responseKey": "success_pan_ocr",
"ocrResult": {
"cardNo": "BNZPM2501F",
"dateInfo": "16-07-1986",
"dateType": "DOB",
"fatherName": "DURAISAMY",
"name": "D MANIKANDAN"
},
"kycStatus": "SUCCESS",
"kycResult": {
"idNumber": "BNZPM2501F",
"idStatus": "VALID",
"name": "DURAISAMY MANIKANDAN"
},
"responseCode": "S00000",
"requestTimestamp": "2023-02-22 13:46:52.058236 IST (GMT +0530)",
"responseTimestamp": "2023-02-22 13:46:54.289154 IST (GMT +0530)",
"decentroTxnId": "DXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}