Hi.
Is the blockchain.info API working for you?
I'm developing with it and the test goes OK (my callback gets hit in test mode).
I'm generating addresses correctly but:
- They've disabled the anonymous feature. In the examples, the request to generate a new address is of the form.
https://blockchain.info/api/receive?method=create&address=$receiving_address&callback=$callback_url
but that returns error if you don't include the old "anonymous" parameter.
- Money sent to the generated address doesn't gets to the other side, no matter if
the "anonymous" parameter is set to "true" or "false"
(maybe the amounts were too tiny - order of millibitcoin?)
Thanks