「Bitcoin API Services」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(1版 をインポートしました)
(分かりやすいように修正)
(タグ: モバイル編集モバイルウェブ編集)
 
(他の1人の利用者による、間の1版が非表示)
1行目: 1行目:
Bitcoin API Services makes accepting Bitcoin payments as easy as handling HTTP requests.
+
Bitcoin APIサービスは、Bitcoin支払いをHTTPリクエストを処理するのと同じくらい簡単にします。
  
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サービスに実際には送信されないため、第三者にあなたのウォレットの管理を委託する必要がありません。支払いは顧客から販売者に直接行われます。
  
Bitcoin API Services also delivers HTTP POST notifications about Bitcoin exchange rates, and difficulty rates.
+
Bitcoin API Servicesは、Bitcoinの為替レートや難易度に関するHTTP POST通知も配信します。
  
 +
==どのように動作するか==
 +
Bitcoin API ServicesはBitcoinネットワークを監視し、アカウントで指定できるアドレスに送信されるトランザクションを処理します。 Bitcoin APIサービスは、現在、
  
== How it works ==
+
*可変価格取引のPOST金額。
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金額。
 +
* Goxの通貨と更新の難しさに関するPOSTを行います。
  
* POST amounts for variable price transactions.
 
* POST amounts for fixed price transactions.
 
* Make POSTs on Mt Gox currency and difficulty updates.
 
  
 +
==統合の詳細==
 +
*商人はBitcoinのアドレスの数を生成し、彼のアカウントにそれらを入力します。同時に、商人はこれらの住所を自分の店に入れます。
 +
*ストアソフトウェアは、これらのアドレスの1つを各注文またはセッションに割り当てます。ユーザがビットコインをこのアドレスに送信すると、ユーザの注文が完了する。
 +
*一方、加盟店のバックエンドはBitcoin APIサービスからの確認を待ちます。確認が受信されると、加盟店は、製品をユーザに表示するか、または支払いが受け入れられたことを知らせる電子メールをユーザに送信することができる。使用されたアドレスは、将来の使用のために再度リリースすることができます。
  
== 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.
 
  
 +
==歴史==
 +
このサービスは、[BitcoinNotify]の冗長性として、12月中旬に提案されました。このサービスは正式に12月21日(水曜日)にベータ版に入った。
  
==History==
+
==サービス==
The service was proposed in mid-December as a redundancy to [[BitcoinNotify]]. The service officially went into beta on Wednesday, December 21st. 
+
* [http://blockchain.info/api Blockchain.info] - デベロッパーAPIを持っています
 +
* [https://coinbase.com/docs/api/overview Coinbase] RESTful JSONインターフェイスを使用してBitcoinを送信、リクエスト、購入、販売、および受け入れることができるAPIを備えています。
  
==Services==
+
==関連項目==
* [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.
 
  
==See Also==
+
==参考文献==
* [[:Category:ECommerce|eCommerce]]
+
<リファレンス/>
  
==References==
+
[[Category:Shopping Cart Interfaces]]
<references />
+
[[Category:サービス]]
 
 
[[Category:Shopping Cart Interfaces]]
 
[[Category:Services]]
 

2018年5月15日 (火) 16:18時点における最新版

Bitcoin APIサービスは、Bitcoin支払いをHTTPリクエストを処理するのと同じくらい簡単にします。

他のオンライン支払い通知サービスとは異なり、支払いはBitcoin APIサービスに実際には送信されないため、第三者にあなたのウォレットの管理を委託する必要がありません。支払いは顧客から販売者に直接行われます。

Bitcoin API Servicesは、Bitcoinの為替レートや難易度に関するHTTP POST通知も配信します。

どのように動作するか[編集]

Bitcoin API ServicesはBitcoinネットワークを監視し、アカウントで指定できるアドレスに送信されるトランザクションを処理します。 Bitcoin APIサービスは、現在、

  • 可変価格取引のPOST金額。
  • 固定価格取引のPOST金額。
  • Goxの通貨と更新の難しさに関するPOSTを行います。


統合の詳細[編集]

  • 商人はBitcoinのアドレスの数を生成し、彼のアカウントにそれらを入力します。同時に、商人はこれらの住所を自分の店に入れます。
  • ストアソフトウェアは、これらのアドレスの1つを各注文またはセッションに割り当てます。ユーザがビットコインをこのアドレスに送信すると、ユーザの注文が完了する。
  • 一方、加盟店のバックエンドはBitcoin APIサービスからの確認を待ちます。確認が受信されると、加盟店は、製品をユーザに表示するか、または支払いが受け入れられたことを知らせる電子メールをユーザに送信することができる。使用されたアドレスは、将来の使用のために再度リリースすることができます。


歴史[編集]

このサービスは、[BitcoinNotify]の冗長性として、12月中旬に提案されました。このサービスは正式に12月21日(水曜日)にベータ版に入った。

サービス[編集]

  • Blockchain.info - デベロッパーAPIを持っています
  • Coinbase RESTful JSONインターフェイスを使用してBitcoinを送信、リクエスト、購入、販売、および受け入れることができるAPIを備えています。

関連項目[編集]

参考文献[編集]

<リファレンス/>

Category:Shopping Cart Interfaces Category:サービス