• API. Block cutomers blockCustomers
    Blocks customers according to the transferred list. After blocking with the account of the customer, you can still work using any command, but he will not be able to enter the personal account, including using the Login to the user's personal area without the authorization of oneTouchAuth. Placing orders from a locked private office is also impossible.

    Request:

{
   "logins":[
      "+79257443549",
      "+79257443548"
   ],
   "typeOfCommand":"blockCustomers"
}
Request parameters:
Response:

{
   "statuses":[
      {
         "login":"+79257443549",
         "active":false,
         "status":"Success",
         "error":null
      },
      {
         "login":"+79257443548",
         "active":false,
         "status":"Failure",
         "error":{
            "typeOfError":"loginInvalid",
            "description":"The buyer does not exist"
      }
      }
   ],
   "status":"Success",
   "error":null
}
Response parameters:
Object OperationStatus:
Object Error: