Question

I have been trying to figure out the bitcoin payment API for the last few days. I am convinced that I have the code right. I call the API:

https://blockchain.info/api/receive?method=create&cors=true&format=plain&address=1QJ2a7RYRUY8KRUfy2UchdD7iDXHNz8vxe&shared=false&callback=http%3A%2F%2Fbtctest.comuf.com%2F%3Frefer%3Dtest

and it works fine, even the callback test fire works fine. But I never receive the bitcoins sent to the addresses. HELP!

Was it helpful?

Solution

Problem solved. I talked to Blockchain staff. Apparently my test transfers were to small. YOU NEED TO TRANSFER AT LEAST 0.001BTC.

In the future I recommend blockchain.info's wallet API, instead of its receive payments API.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top