Bitcoin Forum
June 29, 2024, 05:56:57 PM *
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 1117 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.
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!