Post
Topic
Board Micro Earnings
Re: [ANN]ePay.info, Micropayments and Faucets, Faucetbox alternative [0%Fee]
by
BitcoinBow
on 07/04/2017, 16:10:53 UTC
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:

Code:
$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'];

We have found the problem and fixing it right now.
This happens on users with IPv6
working on a fix right now, i'll let you know.


-------
Problem has been patched and everything should be working fine now.

Can you confirm?

i don't have balance now to check the api.
but please be sure about any updates on your api.
bugs like this can send the balances million times to the same users.