Merchant Profiling
Submit Merchant URL
6min
introduction this api is used to submit the url of the merchant for which the merchant webcrawling report must be generated how to call the api you will need to log in before sending the request you are required to pass the access token received from the login call, as the authorization header in the request api input guidelines need to pass follow information 1\ merchanturl 2\ callbackurl 3\ merchantcode sample curl curl location request post 'https //api preproduction signzy app/api/v3/merchant underwriting/submit url' \\ \ header 'content type application/json' \\ \ header 'authorization \<auth token>' \\ \ data raw '{ "merchanturl" "\<merchant url>", "callbackurl" "callback url", "merchantcode" "mcc code" }' curl location request post 'https //api signzy app/api/v3/merchant underwriting/submit url' \\ \ header 'content type application/json' \\ \ header 'authorization \<auth token>' \\ \ data raw '{ "merchanturl" "\<merchant url>", "callbackurl" "callback url", "merchantcode" "mcc code" }' input parameters parameter name required / optional description merchanturl required the merchant url for which the merchant report must be generated merchantcode optional the merchant mcc code callbackurl optional the callback url to which the callback data must be posted sample response { "merchanturl" "\<merchant url>", "requestid" "\<unique request id>", "merchantcode" "\<input mcc code>", "callbackurl" "\<callback url>", "status" "submitted", " id" "\<unique id>" } response parameter parameter name description merchanturl input url of the merchant requestid unique request id generated used in fetch merchant report api merchantcode input merchant mcc code callbackurl input callback url status status of the api id unique id