「Bitcoin API Services」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(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通知も配信します。
  
  
== 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:
+
Bitcoin API ServicesはBitcoinネットワークを監視し、アカウントで指定できるアドレスに送信されるトランザクションを処理します。 Bitcoin APIサービスは、現在、
  
* POST amounts for variable price transactions.
+
*可変価格取引のPOST金額。
* POST amounts for fixed price transactions.
+
*固定価格取引のPOST金額。
* Make POSTs on Mt Gox currency and difficulty updates.
+
* Goxの通貨と更新の難しさに関するPOSTを行います。
  
  
== 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.
+
*商人はBitcoinのアドレスの数を生成し、彼のアカウントにそれらを入力します。同時に、商人はこれらの住所を自分の店に入れます。
* 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.
+
*ストアソフトウェアは、これらのアドレスの1つを各注文またはセッションに割り当てます。ユーザがビットコインをこのアドレスに送信すると、ユーザの注文が完了する。
* 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.
+
*一方、加盟店のバックエンドはBitcoin APIサービスからの確認を待ちます。確認が受信されると、加盟店は、製品をユーザに表示するか、または支払いが受け入れられたことを知らせる電子メールをユーザに送信することができる。使用されたアドレスは、将来の使用のために再度リリースすることができます。
  
  
==History==
+
==歴史==
The service was proposed in mid-December as a redundancy to [[BitcoinNotify]]. The service officially went into beta on Wednesday, December 21st. 
+
このサービスは、[BitcoinNotify]の冗長性として、12月中旬に提案されました。このサービスは正式に12月21日(水曜日)にベータ版に入った。
  
==Services==
+
==サービス==
* [http://blockchain.info/api Blockchain.info] - has a developer API
+
* [http://blockchain.info/api Blockchain.info] - デベロッパー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] RESTful JSONインターフェイスを使用してBitcoinを送信、リクエスト、購入、販売、および受け入れることができるAPIを備えています。
  
==See Also==
+
==関連項目==
* [[:Category:ECommerce|eCommerce]]  
+
* [[:カテゴリ:電子商取引|電子商取引]]
  
==References==
+
==参考文献==
<references />
+
<リファレンス/>
  
[[Category:Shopping Cart Interfaces]]
+
[[Category:Shopping Cart Interfaces]]
[[Category:Services]]
+
[[Category:サービス]]

2018年4月12日 (木) 17:54時点における版

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:サービス