EzKRA (KRA Microservice)
Modify Without Document
6 min
introduction once the application is created then certain data can be modified such as email, phone number, etc can be modified with any supporting document for further validation and operations can be performed the push onboarding json consists of below objects with input variables kyc data contains personal and financial information such as gender, marital status, nominee relationship, pan number, aadhaar number, residential status, occupation details, annual income, and contact details identity proof contains details about the identity proof provided by the customer, such as type of proof, name, father's name, pan number, date of birth, and file url api endpoint modify without document preproduction https //backops investor onboarding preproduction signzy tech/kra handler/api/onboardings/push https //backops investor onboarding preproduction signzy tech/kra handler/api/onboardings/push sample request curl location 'https //backops investor onboarding preproduction signzy tech/kra handler/api/onboardings/push' \\ \ header 'content type application/json' \\ \ header 'accept application/json' \\ \ header 'authorization \<authorization token>' \\ \ data '{ "task" "cvlmodifywithoutdocuments", "onboardingdata" { "kycdata" { "gender" " ", "maritalstatus" " ", "fathertitle" " ", "pannumber" " pan…", "residentialstatus" " ", "kycaccountcode" "03", "kycaccountdescription" "modifywithoutdocuments", "fathername" " ", "mobilenumber" " ", "countrycode" " ",, "emailid" " ", "annualincome" " ", "occupationcode" " ", "occupationother" " " }, "identityproof" { "type" " ", "name" " …", "fathername" " ", "number" " ", "dateofbirth" " ", "fileurl" \[ " " ] }, "esign" { "signedpdf" " " } }, "callbackurl" " " }' email and mobile modification curl location 'https //backops investor onboarding preproduction signzy tech/api/onboardings/push' \\ \ header 'content type application/json' \\ \ header 'accept application/json' \\ \ header 'authorization;' \\ \ data '{ "task" "cvlmodifywithoutdocuments", "onboardingdata" { "kycdata" { "pannumber" "", "kycaccountcode" "03", "kycaccountdescription" "modifywithoutdocuments", "mobilenumber" "", "countrycode" 91, "emailid" "" }, "identityproof" { "number" "", "dateofbirth" "31/12/1899" }, "esign" { "signedpdf" "" } }, "callbackurl" "" }' request field description object name key data type required/ optional description header content type string required application/json authorization string required access token from login body kyc data gender string optional investor’s gender values “female” / “male” / “transgender” maritalstatus string optional investor’s marital status, values “married” / “unmarried” / “others” fathertitle string optional pass the title of father or spouse, possible values “mr ” / “mrs ” pannumber string required investors pan number or incase of pan exempt pass panexempt residentialstatus string optional investor’s residential status, values “resident individual” / “foreign national” / “person of indian origin” kycaccountcode string required kyc account code, pass 03 kycaccountdescription string required modify without documents fathername string optional pass the father or spouse name mobilenumber string(required), valid 10 digit mobile number required mobile number we can pass empty value countrycode string required country code of mobile number emailid string required email id of investor, we can pass empty value annualincome string optional annual income code (refer table 1 8) occupationother string required in case of cvl kra if occupation code is 99 string of 50 characters identityproof type enum string optional “individualpan” /"pandigilocker name string ,string of min length of 2 consisting of any character optional name on poi document fathername string optional father's name on poi document number string required pan number on poi document dateofbirth string required dob on poi document in dd/mm/yyyy or dd mm yyyy format fileurl array of urls optional an array of image urls of the id card, front side in case of pan, pass url of front image esign signedpdf string required signed form url combined of all the data and documents callbackurl callbackurl string optional callback url to receive the response on kra push sample response { "customerid" " ", "requestid" " ", "callbackurl" " " } response field description key data type description customerid string id of the particular customer for onboarding every customer has one customer id requestid string the merchant id for the onboarding journey callbackurl string the url where the complete data of the customer will be posted once the onboarding process is completed 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