Bitcoin Forum
May 11, 2024, 07:16:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Blockchain.info callback URL not being called? 10mBTC for right answer  (Read 1115 times)
m19 (OP)
Full Member
***
Offline Offline

Activity: 186
Merit: 100


View Profile
July 17, 2014, 02:33:28 PM
 #1

Hi guys,

I want to make use of the HTTP Callbacks as listed here

In my wallet under Notifications > HTTP Notifications I have setup my URL like this: http://www.mywebsite.com/callback?secret=mysecret

But whenever I send Bitcoin to an address in that wallet, that URL is never being called. Any ideas why?

10mBTC for the right answer.
1715411791
Hero Member
*
Offline Offline

Posts: 1715411791

View Profile Personal Message (Offline)

Ignore
1715411791
Reply with quote  #2

1715411791
Report to moderator
1715411791
Hero Member
*
Offline Offline

Posts: 1715411791

View Profile Personal Message (Offline)

Ignore
1715411791
Reply with quote  #2

1715411791
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715411791
Hero Member
*
Offline Offline

Posts: 1715411791

View Profile Personal Message (Offline)

Ignore
1715411791
Reply with quote  #2

1715411791
Report to moderator
1715411791
Hero Member
*
Offline Offline

Posts: 1715411791

View Profile Personal Message (Offline)

Ignore
1715411791
Reply with quote  #2

1715411791
Report to moderator
1715411791
Hero Member
*
Offline Offline

Posts: 1715411791

View Profile Personal Message (Offline)

Ignore
1715411791
Reply with quote  #2

1715411791
Report to moderator
arieq
Sr. Member
****
Offline Offline

Activity: 364
Merit: 256


View Profile
July 17, 2014, 11:07:10 PM
Last edit: July 17, 2014, 11:24:04 PM by arieq
 #2

You have to set up a forward address in the "Developers" -> "Receive Payments API" section of Blochkchain.info.

https://blockchain.info/api/api_receive

By doing that, you provide them with an URL to be called every time a payment is received. Data arrives via $_GET

A good example to start:
https://github.com/blockchain/receive_payment_php_demo

note: do not send any amount lower than 0.001, otherwise it will not execute it...

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!