receive-payments-demos
receive-payments-demos copied to clipboard
Callback not getting on Update Balance Api
Am using your wallet api and its working fine, but to monitor particular address for payment receive which is not added in wallet api , for this am using payment received api v2 , and making call Balance Updates api and pasing my address and my call with extra parameters mention in the documentoin like (api key, onNotification etc). but calling that api m getting succes response but not getting the call back...even i check calbacklog which giving me empty. Can you guys help me .
I'm experiencing the same issue, calllback is not executed - nothing on my server access log. The callback log returned empty results.
Did you solve this? or the callback on blockchain.info is not working?
I was able to fix the issue: SSL Certificate wasn't installed properly (without the CA or bundle) In browser this issue wouldn't appear, unless you try to "curl" the called-back URL it will then return an error regards the SSL.
You may test SSL here also: https://ssllabs.com
p.s the callback log doesnt log this access attempts as it seems
not receiving any callback for v2/receive/balance_update after btc is received. This is the log file for balance_update request: 2019-12-29 05:32:58 INFO BlockchainAPI:352 - url ->https://api.blockchain.info/v2/receive/balance_update 2019-12-29 05:32:58 INFO BlockchainAPI:376 - {"id":null,"key":"b1fa596b-3335-4759-bbd5-c216fad3e22b","addr":"1LycrepTvAPJECirUwBAuTJCRPMNFF2ecH","callback":"https://www.bitload4u.com/service/userTransactions/getNotificationFromBlockchainForBalanceCheckMer","onNotification":"KEEP","op":"RECEIVE","confs":5} 2019-12-29 05:32:58 INFO BlockchainAPI:382 - Sending 'POST' request to URL : https://api.blockchain.info/v2/receive/balance_update 2019-12-29 05:32:58 INFO BlockchainAPI:383 - Response Code : 200
I am experiencing the same issue. 200 from /v2/receive/balance_update, but no callback afterwards.
Block chain stopped send callback confirmations 6 days ago. If tried to get callback log using blockchain v2 api then getting nothing.
https://www.blockchain.com/api/api_receive
Block chain stopped send callback confirmations 6 days ago. If tried to get callback log using blockchain v2 api then getting nothing.
https://www.blockchain.com/api/api_receive
Where did you get this information from? I am experiencing the same issue.