我正在使用Coinbase服务来处理比特币网关。
我知道我可以在我帐户的merchant settings page
中添加回调网址。
但我需要在每个订单中更新它。它可以使用API完成。但它太无聊了。
我需要这样的东西:
在Anchor标记中添加 data-callback =“custom_callback_url”。
<a class="coinbase-button"
data-code="code_here"
data-callback="custom_callback_url"
href="https://coinbase.com/checkouts/code_here">Pay With Bitcoin</a>
<script src="https://coinbase.com/assets/button.js" type="text/javascript"></script>
答案 0 :(得分:0)
使用coinbase的API,您必须在生成代码时设置回调URL!
有关如何在此处生成代码的更多信息:https://coinbase.com/api/doc/1.0/buttons/create.html