• API. Get customers balances getBalanceCustomers
    The command returns the customers' balances.

    Request:

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

{
    "status"   :"Success",
    "error"    :null,
    "balances" : [
        {
            "login":"+79257443549",
            "balance":100.0000,
            "status":"Success",
            "error":null
        },
        {
            "login":"+79257443548",
            "balance":null,
            "status":"Failure",
            "error":{
                "typeOfError":"wrongData",
                "description":"The buyer does not exist"
         }
      }
   ]
}
Response parameters:
Type BalancesExt:
Object Error: