「Bitcoin API Services」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(1 revision imported)
(1版 をインポートしました)
4行目: 4行目:
  
 
Bitcoin API Services also delivers HTTP POST notifications about Bitcoin exchange rates, and difficulty rates.
 
Bitcoin API Services also delivers HTTP POST notifications about Bitcoin exchange rates, and difficulty rates.
 +
  
 
== How it works ==
 
== How it works ==
11行目: 12行目:
 
* POST amounts for fixed price transactions.
 
* POST amounts for fixed price transactions.
 
* Make POSTs on Mt Gox currency and difficulty updates.
 
* Make POSTs on Mt Gox currency and difficulty updates.
 +
  
 
== Integration Details ==
 
== Integration Details ==
16行目: 18行目:
 
* 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.
 
* 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.  
 
* 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==
 
==History==
The service was proposed in mid-December as a redundancy to [[BitcoinNotify]]. The service officially went into beta on Wednesday, December 21st.  
+
The service was proposed in mid-December as a redundancy to [[BitcoinNotify]]. The service officially went into beta on Wednesday, December 21st.
  
 
==Services==
 
==Services==
25行目: 28行目:
  
 
==See Also==
 
==See Also==
* [[:Category:ECommerce|eCommerce]]
+
* [[:Category:ECommerce|eCommerce]]  
  
==Source==
+
==References==
 +
<references />
  
[http://bitcoin.it/ http://bitcoin.it/]
+
[[Category:Shopping Cart Interfaces]]
 +
[[Category:Services]]

2018年4月10日 (火) 00:51時点における版

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

  • 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