简体   繁体   中英

Blockchain.info receive payments API

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!

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM