简体   繁体   English

在PHP中使用Coinbase API进行比特币支付集成

[英]Bitcoin payment integration using Coinbase API in PHP

Please ignore my inaccuracy while asking question. 问问题时,请忽略我的不准确性。 I want Bitcoin to be one of payment methods on my website. 我希望比特币成为我网站上的付款方式之一。 There are three types of membership. 有三种类型的成员资格。 I want member to pay amount depending upon the plan (s)he selected. 我希望会员根据他选择的计划付款。 Can someone please help me with the steps of incorporating the same and how can I get and use the response received after success / failure of transtaction. 有人可以帮我完成合并的步骤,以及在交易成功/失败后如何获得和使用收到的响应。 I need exact steps as I am newbie. 我是新手,因此需要确切的步骤。 Coinbase API is not helping me at all. Coinbase API根本无法帮助我。 :( https://www.coinbase.com/docs/api/overview :( https://www.coinbase.com/docs/api/overview

RE> clicked on Bitcoin button. RE>单击比特币按钮。 Open wallet link is saying address is not understood. 打开钱包链接说地址不被理解。

I checked, Gourl.io use standard Bitcoin URI scheme (BIP21). 我检查了一下, Gourl.io使用了标准的比特币URI方案(BIP21)。

bitcoin:<address>[?amount=<amount>][?label=<label>][?message=<message>]

On the desktop all of Armory, Electrum and MultiBit respond to Bitcoin URI clicks in a browser - 在桌面上,所有Armory,Electrum和MultiBit都响应浏览器中的比特币URI点击-

https://gourl.io/bitcoin-payment-gateway-api.html?gourlcryptolang=en#gourlcryptolang https://gourl.io/bitcoin-payment-gateway-api.html?gourlcryptolang=en#gourlcryptolang

You can do like on that example - http://goo.gl/858bMw 您可以在该示例中进行操作-http://goo.gl/858bMw

with Bitcoin Payment API https://github.com/cryptoapi/Payment-Gateway 使用比特币支付API https://github.com/cryptoapi/Payment-Gateway

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM