Status change


If there is a requirement to change the status of the application , below are the steps to follow:


  1. Login to the backops portal.

  2. Check the merchant id and its current status.

  3. Generate the authorization id by using the below CUSTOMER LOGIN API curl. The backops username and password needs to be used :




curl --location --request POST 'https://investor-onboarding.signzy.tech/api/customers/login' \

--header 'Content-type: application/json' \

--data-raw '{

    "username":"",

    "password":""

}'



  1. After generating the authorization id, use the below STATUS API, to change the status of the application.


Paste the merchant id in the body and the status as per client request.

Paste the auth id generated under the headers section.


curl --location --request POST 'https://investor-onboarding.signzy.tech/api/backopadmins/updateMerchantStatus' \

--header 'Authorization: <<Auth Code>>' \

--header 'Content-Type: application/json' \

--data-raw '{

   "merchantId": "<<Merchant ID>>",

   "inputData": {

       "status": "pending"

   }

}'



  1. Response will be as “success”

  2. Recheck the application status in the backops