Post
Topic
Board Micro Earnings
Re: [ANN]ePay.info, Micropayments and Faucets, Faucetbox alternative [0%Fee]
by
BitcoinBow
on 07/04/2017, 13:41:51 UTC
hello epay.
important api bug:
(Send to address request).when user ip : (IP NOT REPORTED) it send the satoshi's to address and return empty page.

please check that.
Hi
On Soap or http get?
http request.

------------------
please tell me why you are remove me from rotator
last time in 23/03/2017 you told me you put my faucet 1 month on rotator.
support ticket : #25635

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'];