Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: imrer on October 18, 2013, 10:28:03 PM



Title: Online wallets api - authentication of incoming payment
Post by: imrer on October 18, 2013, 10:28:03 PM
How can I authenticate incoming payment in bitcoins? Every product on server has unique wallet adress and I'd like to know how notice if somebody send on that adress required amount of BTC and if it's confirmed. Is this possible via blockchain.info or inputs.io wallet api?


Title: Re: Online wallets api - authentication of incoming payment
Post by: Raoul Duke on October 18, 2013, 10:45:27 PM
https://blockchain.info/api/blockchain_wallet_api
Scroll down till you find the HTTP Callback part.


Title: Re: Online wallets api - authentication of incoming payment
Post by: imrer on October 18, 2013, 10:58:32 PM
https://blockchain.info/api/blockchain_wallet_api
Scroll down till you find the HTTP Callback part.

Thank you. Are there any alternatives? What's your opinion on online vs local wallet in business project?