简体   繁体   English

如何发送通过 coinbase 商业获得的加密支付(以编程方式)

[英]How to send Crypto payments (programmatically) gotten through coinbase commerce

i have successfully integrated coinbase commerce into my django app for receiving cryptocurrency payment from the users.我已经成功地将 coinbase commerce 集成到我的 django 应用程序中,用于接收用户的加密货币付款。 However the site payment process involves receiving payment from a User A which is intended for User B into the site coinbase commerce wallet and then only after User B has completely handed over whatever was the value/asset been paid for, then the payment would go on to be forwarded finally to User B.然而,网站支付过程涉及从用户 A接收支付给用户 B的支付到网站coinbase 商务钱包,然后只有在用户 B完全交出所支付的价值/资产后,支付才会 go最终转发给用户 B。

But the issue is that coinbase commerce has no facility for sending payments.但问题是coinbase commerce没有发送付款的设施。 and though payment can be sent with a python api on COINBASE, they are two seperate things and the money/coin in coinbase commerce would not be accessible from COINBASE even if it the same user/profile on the platform.尽管可以在 COINBASE 上使用 python api 发送付款,但它们是两个独立的东西,即使平台上的用户/个人资料相同,也无法从 COINBASE 访问 coinbase 商业中的货币/硬币。

Please does anyone have a solution to this problem...even if it does not use coinbase commerce, the only requirement is that it uses a crypto payment gateway请问有没有人可以解决这个问题...即使它不使用coinbase commerce,唯一的要求是它使用加密支付网关

I'm in the same stage with you, I think there is no such thing in commerce Coinbase but if you take a look at the Coinbase developer api you can see transfer money endpoint under the transactions title: https://developers.coinbase.com/api/v2#send-money But I couldn't understand why we need to have account_id, I just want to transfer money from my own account to users.我和你处于同一阶段,我认为商业 Coinbase 中没有这样的东西,但如果你看看 Coinbase 开发者 api,你可以在交易标题下看到转账端点: https://developers.coinbase。 com/api/v2#send-money但是我不明白为什么我们需要有 account_id,我只是想从我自己的账户中转钱给用户。 You can also take a look at Coinbase Pro api, there may be something helpful for us.你也可以看看 Coinbase Pro api,可能对我们有帮助。

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

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