Bitcoin Forum

Economy => Service Discussion => Topic started by: Nivans on April 11, 2015, 10:56:37 AM



Title: Problem with accepting payments via BlockChain
Post by: Nivans on April 11, 2015, 10:56:37 AM
I`m trying to accept payments on my website which based on WordPress (+ SSL) via BlockChain API. I sent to API callback url and get an answer with address for payment. Payment processed successful and money from this gateway wallet sent out to my shop wallet. But callback URL wasn`t called anytime. I have installed short code in functions.php in theme to log all requests and there is absolutely nothing...

Where is the problem?


Title: Re: Problem with accepting payments via BlockChain
Post by: cr1776 on April 11, 2015, 03:13:57 PM
Are you asking about Bitcoin core and the block chain or blockchain.info ?

If blockchain.info, this is the wrong section, if Bitcoin core, more details would be helpful.


Title: Re: Problem with accepting payments via BlockChain
Post by: coinableS on April 11, 2015, 06:36:06 PM
Are you sure you provided your right callback URL when you did "blockchain.info/receive?method=create&callback=$callbackURL"?

Also make sure you do a urlencode with your $callback variable.

BC.info will keep sending a notice to the callback URL everytime a new block is found up to 1,000 times until it receives the echo back *ok*


Title: Re: Problem with accepting payments via BlockChain
Post by: poordeveloper on April 13, 2015, 01:03:33 AM
I have heard about this many times already. It seems there are a lot of problems with the callback being triggered.
I'd use a different way to accept Bitcoin until they solve this if you need callbacks - it seems this problem has been happening for a while now.