Onboarding APIs
Execute Related Person’s POI (In Case Related Person is Applicable)
9 min
extraction api for related person’s poi documents endpoint /api/onboardings/execute headers property value content type application/json authorization …access token… (alphanumeric string of length 64) input { "merchantid" " ", "inputdata" { "service" " ", "type" " ", "task" " ", "data" { "images" \[" direct url of the images of one side(incase of driving licence and pan ) or two sides (for others) "], "toverifydata" {}, "searchparam" {}, "prooftype" "identity" } } } property data type example values merchantid string ( required ) alphanumeric string of length 24 userid from investor login response inputdata object ( required ) metadata along with actual payload to be executed upon – service enum string ( required ) “relatedidentity” – type enum string ( required ) “individualpan”/“aadhaar”/“passport”/“drivinglicence”/“voterid” – task enum string ( required ) “autorecognition” – data object ( required ) payload — images array ( required ) array of length 2(in case of 'aadhaar', 'voterid', 'passport'), length 1 (in case of pan) and, length 1 or 2 (in case of dl) with valid urls an array of image urls of the id card, front and back in order in the case of pan, pass url of front image and in case of driving license pass urls of either front or both sides of images — prooftype enum string ( required ) “identity” expected output in case of pan card { "object" { "result" { "name" "name as on card", "fathername" "father's name as on card", "dob" "dob as on card", "number" "number as on card" } } } in case of aadhaar card { "object" { "result" { "uid" " 00000000xxxx masked first eight digit ", "vid" " virtual uid ", "name" " name on id card ", "yob" " year of birth ", "dob" " date of birth ", "pincode" " pincode ", "address" " address as on card ", "gender" "male/female", "splitaddress" { "district" \[], "state" \[ \[] ], "city" \[], "pincode" " ", "country" \[ "in", "ind", "india" ], "addressline" "" }, "uidhash" "secure cryptographic conversion of uid" } } } in case of driving license { "object" { "result" { "issuedate" "date of issue", "dob" "dob", "expirydate" "date of expiry", "name" "name", "number" "dl number", "guardianname" "name of guardian", "address" "address", "splitaddress" { "state" \[ \[] ], "district" \[], "city" \[], "pincode" " pincode ", "country" \[ "in", "ind", "india" ], "addressline" " addressline " }, "dltype" \["array of vehicle class"] } } } in case of passport { "object" { "result" { "parentsguardianname" " parentsguardianname ", "issuedate" " issuedate ", "expirydate" " expirydate ", "birthdate" " birthdate ", "name" " name ", "country" \[ " country " ], "nationality" " nationality ", "sex" "f/m", "address" " address ", "pincode" " pincode ", "passportnumber" " passportnumber ", "filenumber" " filenumber ", "placeofbirth" " placeofbirth ", "placeofissue" " placeofissue ", "splitaddress" { "district" \[ " district " ], "state" \[ \[ " state " ] ], "city" \[ " city " ], "pincode" " pincode ", "country" \[ "in", "ind", "india" ], "addressline" " addressline " } } } } in case of voterid { "object" { "result" { "epicnumber" " epic number ", "name" " name ", "fathername" " father name ", "state" " state name ", "dob" " date of birth ", "yob" " year of birth ", "ageason" " age in year ", "address" " address found on card ", "splitaddress" { "district" \[ " name of district " ], "state" \[ \[ " name of state ", "wb" ] ], "city" \[ " name of the city " ], "pincode" " pincode of the city ", "country" \[ "in", "ind", "india" ], "addressline" " address line on the card " } } } } getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com