Api

比特幣支付後發送文件下載連結

  • May 29, 2019

我正在開展線上業務。我的網站託管在 OVH 上,我想在比特幣付款後發送下載連結。

Are there specific stuffs I should be aware of?
Is this difficult to develop? (I have a bit of experience with JS, JAVA HTML/CSS) but I don't really knwow where to start with the GET... commands.
Is it safe to store the file directly on my FTP?
Do external websites already provide this kind of services (payment and download)?
What could be the best language to use with the blockchain api?

更具體地說:

整個想法的方案是:

user: I'm interested in your product.
server: Please pay for it with your bitcoins.
user: I'll do that I'll go on your dedicated page.
server: Ok we received your payment you just received a link for you to download our file.
user: thanks it worked!!!

提前感謝您的幫助,

你不需要直接與區塊鏈打交道。答案是:

支付網關

有稱為支付網關的服務封裝了整個發票/支付流程,並允許您檢查每筆付款的狀態(手動或以程式方式)以提供您的商品。

比特幣的一個例子是Bitpay。Bitpay 為您提供了一個RESTful API,您可以呼叫/查詢該 API 以進行資訊檢索和/或執行特定訂單/交易。您可以在此API 參考中找到所有詳細資訊

就實現而言,Bitpay 為您提供多種不同程式/腳本語言的客戶端,即:PHP、python、Node.js、Ruby、Java、C# 等…

有許多比特幣支付網關提供不同的產品和定價方案。做一些研究,找到最適合您的預算和任務的。

實現起來難嗎?不必要。但是,這在很大程度上取決於您在程式(特別是 Web 開發)方面的技能和知識水平。如果您對安全性的掌握不是很好,我還建議您聘請專家為您執行此操作,因為安全性是處理金融交易時的主要問題之一。

Zapier是一個很棒的工具,您可以使用它來完成諸如郵件下載連結、發送 SMS、將通知推送到 Slack 等操作。

您可以將比特幣支付設置為觸發器,然後配置要執行的操作

引用自:https://bitcoin.stackexchange.com/questions/36516