Bitcoin Forum
May 06, 2024, 03:39:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Looking for HTTP callback service for receiving payments from xpub  (Read 924 times)
btcspry (OP)
Member
**
Offline Offline

Activity: 132
Merit: 17


View Profile
August 03, 2016, 05:54:24 PM
 #1

I'm looking for a payment receiving service that's similar to Blockchain.info's Receive Payments API (V2).  They refused to grant me an API key, but didn't provide a reason (because that's just how a $30M-funding company does business I guess), so I'm looking for a similar service that makes payments that easy to integrate.  Any suggestions?  Thanks!
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
August 04, 2016, 04:40:43 AM
 #2

Does it have to be the BIP32 HD setup?
Because someone made a clone of the old Blockchain Receive Payments API V1(blockapi.net) where you just use a GET request. Provide an address and it returns a fresh address for receiving payments, and will send a callback to the URL you specify. Works exactly like the old service used to, except this one charges a 1% fee on each transaction.

Example:
Code:
http://www.blockapi.net/api/receive?method=create&address=1YourBTCAddress&callback=http%3A%2F%2Fmysite.com%2Freceive

btcspry (OP)
Member
**
Offline Offline

Activity: 132
Merit: 17


View Profile
August 04, 2016, 04:34:47 PM
 #3

Does it have to be the BIP32 HD setup?
Because someone made a clone of the old Blockchain Receive Payments API V1(blockapi.net) where you just use a GET request. Provide an address and it returns a fresh address for receiving payments, and will send a callback to the URL you specify. Works exactly like the old service used to, except this one charges a 1% fee on each transaction.

Example:
Code:
http://www.blockapi.net/api/receive?method=create&address=1YourBTCAddress&callback=http%3A%2F%2Fmysite.com%2Freceive

I appreciate the suggestion, but I do need it to be fee-free.  The importance of BIP32 HD is also very important, as I need it to be going to cold storage so that disasters can't happen with people stealing funds from the hot wallet, or being intercepted from the payment processor.
btc_enigma
Hero Member
*****
Offline Offline

Activity: 688
Merit: 565


View Profile
August 05, 2016, 01:35:36 PM
 #4

Blockonomics has a similar API https://www.blockonomics.co/views/api.html#newaddress . Its free as well
Its wallet watcher also integrates with the xpub so that you see history, get email notifications of payments
Feel free to mail webmaster at blockonomics.co if you need help with integration

btcspry (OP)
Member
**
Offline Offline

Activity: 132
Merit: 17


View Profile
August 05, 2016, 04:28:22 PM
 #5

Blockonomics has a similar API https://www.blockonomics.co/views/api.html#newaddress . Its free as well
Its wallet watcher also integrates with the xpub so that you see history, get email notifications of payments
Feel free to mail webmaster at blockonomics.co if you need help with integration

This is so close to what I need, but unfortunately it is not quite exactly what I need.  I would rather the callback be HTTP/WebHooks instead of through a WebSocket.  I like that I can generate addresses from this system though.
paymesh
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 06, 2016, 08:15:07 AM
 #6

If you need help, i have a service like that that keeps the coins for exactly 1 confirmation and then sends them on their way. Using blockchain v1 api  (not the new one with keys) callback type. That or i can sell you the script that does that Smiley and help you set it up.

btc_enigma
Hero Member
*****
Offline Offline

Activity: 688
Merit: 565


View Profile
August 26, 2016, 08:57:26 AM
 #7

Just FYI, blockonomics API has been updated and now support HTTP callbacks https://www.blockonomics.co/views/api.html#payments. Very easy to use/setup and should be straightforward to move from code using blockchain v2 api

Thanks

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!