Push Merchant API
4 min
introduction following the completion of the digilocker and ovd verification, the partner will push the digilocker and ovd api responses to the insurer through this api sample request curl location 'https //{base url}/api/distributors/pushmerchant' \\ \ header 'authorization ey nleezm6jbcl8' \\ \ header 'content type application/json' \\ \ data '{ "flowid" "62 56", "realmid" "62 94", "merchantid" "64 c7", "data" \[ { "pageid" "62 4f", "widgetname" "aadhaar", "data" { "aadhaarimage1" "file url", "aadhaarimage2" "file url", "aadhaarname" "name", } }, { "pageid" "62 4f", "widgetname" "digilocker aadhaar", "data" { "aadhaarimage1" "file url", "aadhaarname" "name", "aadhaaruid" "uid", "aadhaarvid" "vid", } }, { "pageid" "62 50", "widgetname" "pan to gst", "data" { "pantogstapplicationstatus" "application status", "pantogstregistrationname" "registration name", "pantogstmobnum" "mobile number", "pantogstregtype" "registration type", } }, { "pageid" "62 fa", "widgetname" "manual data entry", "data" { "address" "aadhaaraddress", "adhaaradress" "aadhaar address", "gstaddress" "gst address", "enteraddress" "enter address" } }, { "pageid" "62 9e", "widgetname" "video verification", "data" { "audiomatchscore" "audio match score", "videomatchscore" "video match score", "videocovariance" "video covariance", } }, { "pageid" "62 41", "widgetname" "business pan", "data" { "businesspanimage" "file url", "businesspanname" "name", "businesspandateofissue" "date of issue", "businesspanpannumber" "pan number" } } ] }' key required/optional data type description header authorization required string authorization token content type required string application/json body flowid required string flow that is assigned to the partner realmid required string this is an identifier used by the go platform, the same will be provided by the signzy team merchantid required string this is a unique identifier of the merchant data required array of objects contains data about various pages of the journey pageid required string this is a unique identifier of the particular page during the various stages of the onboarding journey widgetname required string name/type of the widget used for the stages of the journey variables(variable 1, variable 2 ) required string these are the key value pairs of json generated by the page sample response { "result" "successfully pushed" } 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