HI
It was a mistake
---
about API, we've tested and sent a request without user's ip and it was fine
can you send me your code ?
not fine it happen with me 69 time.
i edit users balance in my site manual because your api return empty.
check this image :
http://prntscr.com/etlf9d_____________________________________________________
my code is:
$request = $client->request('POST','https://api.epay.info/v1/send?api='.$this->api_key.'&to='.$add.'&amount='.$amount);
$response = json_decode($request->getBody(), true);
return $response['status'];
Problem has been patched and everything should be working fine now.