receive-payments-demos icon indicating copy to clipboard operation
receive-payments-demos copied to clipboard

Callback not getting on Update Balance Api

Open KaranSadana opened this issue 7 years ago • 7 comments

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 .

KaranSadana avatar Oct 31 '18 05:10 KaranSadana

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?

captainreptile avatar Dec 02 '19 18:12 captainreptile

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

captainreptile avatar Dec 03 '19 12:12 captainreptile

p.s the callback log doesnt log this access attempts as it seems

captainreptile avatar Dec 03 '19 12:12 captainreptile

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

B4U-Repo avatar Dec 31 '19 09:12 B4U-Repo

I am experiencing the same issue. 200 from /v2/receive/balance_update, but no callback afterwards.

ratbox avatar May 05 '20 03:05 ratbox

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

Harpreetsinghbedi avatar Feb 09 '21 11:02 Harpreetsinghbedi

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.

mmt78 avatar Mar 29 '21 07:03 mmt78