3
1
I am building a little online app to accept bitcoin payments in my website. I have a blockchain.info wallet and I am following their Receive Payments Api, which can be visited here: http://blockchain.info/api/api_receive
The monetary part works great, but the HTTP Callback Notification does not take place and my online store is not notified of the payment. However, the TEST callback does work.
I think it is a problem on his application.
- Has anyone implemented the "Receive Money API" successfully?
- Is there any other alternative for received instant payment notifications? (To several different addresses)
A friend of mine reports the same issue. We need a little help :)
Thanks!
1Are you using generating addresses with the anonymous flag true or false? – Ben Reeves – 2012-10-14T18:01:06.893
Hi Ben :-) I am generating addresses with the anonymous flag to false. The "fire test callback" works great, but when I actually send bitcoins, the http notification is not sent. Any ideas? – flaab – 2012-10-14T19:44:03.147
So, if I send bitcoins to the forward address, the payment is sent to my real address successfully. But the notification is not set :-( – flaab – 2012-10-14T20:21:28.763
Hi Ben. Could you please help me out? I would really appreciate since I can't go beyond the documentation. Test callback works ok, bitcoins are forwarded to the real addres but the notification is not sent from your Java App. I am sure about this because I am logging all queries and have access to the apache2 access logs. – flaab – 2012-10-16T14:37:32.927
Perhaps you have a list of blacklisted servers? – flaab – 2012-10-16T17:03:50.677