Difference between revisions of "Bitcoin API Services"

From Bitcoin Wiki
Jump to: navigation, search
(Services)
(4 intermediate revisions by 3 users not shown)
Line 24: Line 24:
  
 
==Services==
 
==Services==
 +
* [https://apirone.com/docs/ Apirone.com] RESTful API to accept, forward and transfer Bitcoins.
 
* [http://blockchain.info/api Blockchain.info] - has a developer API
 
* [http://blockchain.info/api Blockchain.info] - has a developer API
 
* [https://coinbase.com/docs/api/overview Coinbase] Features an API that lets you send, request, buy, sell, and accept bitcoin through a RESTful JSON interface.
 
* [https://coinbase.com/docs/api/overview Coinbase] Features an API that lets you send, request, buy, sell, and accept bitcoin through a RESTful JSON interface.
* [[File:Coinkite.gif|20px|link=https://coinkite.com]] [https://coinkite.com/developers Coinkite]  Features an API that lets you send, request, buy, sell, and accept bitcoin through a RESTful JSON interface.
 
* [https://apicoin.io/api/ apicoin.io] Features a robust, and secure blockchain API, and watch wallet features on an enterprise scale.
 
* [http://www.blockcypher.com/ BlockCypher] Get address and transaction information, notifications (WebHooks, WebSockets), issue your transactions easily, etc. all through a simple web API.
 
  
 
==See Also==
 
==See Also==
 
* [[:Category:ECommerce|eCommerce]]  
 
* [[:Category:ECommerce|eCommerce]]  
 
==External Links==
 
* [http://www.bitcoinapiservices.com BitcoinAPIServices web site]
 
  
 
==References==
 
==References==

Revision as of 18:55, 28 April 2019

Bitcoin API Services makes accepting Bitcoin payments as easy as handling HTTP requests.

Unlike most online payment notification services, payments are not actually sent to Bitcoin API Services, so there is no need of entrusting someone else with your wallet, or letting someone else manage one for you. Payments go directly from a customer to the merchant

Bitcoin API Services also delivers HTTP POST notifications about Bitcoin exchange rates, and difficulty rates.


How it works

Bitcoin API Services works by monitoring the Bitcoin network for transactions sent to addresses you can specify in your account. Bitcoin API Services can currently:

  • POST amounts for variable price transactions.
  • POST amounts for fixed price transactions.
  • Make POSTs on Mt Gox currency and difficulty updates.


Integration Details

  • Merchant generates a number of Bitcoin addresses and enters them into his account. At the same time, merchant places these addresses into his store.
  • The store software assigns one of these addresses to each order, or session. Once the user sends bitcoins to this address, the order is completed for the user.
  • Meanwhile, the back-end of the merchants store waits for the confirmation from Bitcoin API Services. Once a confirmation is received the merchants store can either display the product to the user, or send the user an e-mail letting them know that the payment has been accepted. The address used can be released again for future use.


History

The service was proposed in mid-December as a redundancy to BitcoinNotify. The service officially went into beta on Wednesday, December 21st.

Services

  • Apirone.com RESTful API to accept, forward and transfer Bitcoins.
  • Blockchain.info - has a developer API
  • Coinbase Features an API that lets you send, request, buy, sell, and accept bitcoin through a RESTful JSON interface.

See Also

References