Onboarding APIs
Canceled Cheque Execute
5min
endpoint /api/onboardings/execute headers property value content type application/json authorization …access token… (alphanumeric string of length 64) input { "merchantid" " ", "inputdata" { "service" "identity", "type" "cheque", "task" "autorecognition", "data" { "images" \[" direct url of the images one side or two sides "], "toverifydata" {}, "searchparam" {}, "prooftype" "cheque" } } } 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 ) “identity” – type enum string ( required ) “cheque” – task enum string ( required ) “autorecognition” – data object ( required ) payload — images array ( required ) array of length 1 containing a valid url an array of image urls of the id card, front and back in order in case of pan, pass url of the front image, and in case of driving license pass urls of either front or both sides of images — prooftype enum string ( required ) “cheque” expected output { "object" { "result" { "address" " ", "ifsc" " ", "accountnumber" " ", "micrcode" " ", "contact" " ", "name" " ", "splitaddress" { "district" \[ " " ], "state" \[ \[ " ", " " ] ], "city" \[ " " ], "pincode" " ", "country" \[ " ", " ", " " ], "addressline" " " }, "pincode" " " } } } 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