TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best practices for accepting Payments (Cards, BTC) in 2024?

3 点作者 mikhael2810 个月前
Hey HN, I&#x27;m getting to the point where I will shortly be integrating payments into the product I&#x27;m working on. The last time I added payments was a couple years ago, with Stripe checkout, and that seemed to work well-enough. I&#x27;ve heard some rough stories about Stripe in the past few years, but you almost never hear people&#x27;s boring successes with the platform as well. I am wondering, in terms of accepting Visa&#x2F;Mastercard, are there programmatic options better than Stripe out there? Is there any reason to consider an alternative, PCI compliant obviously.<p>Additionally, I am looking to offer Bitcoin payments for a &#x27;lifetime&#x27; membership, as the prospect of managing subscriptions with Bitcoin seems a bit much. I have taken a look at the Lightning Network, as the &#x27;proof of concept&#x27; on Stacker News (https:&#x2F;&#x2F;stackernews.com) seems to work really well, but since it is going to be a simple one off transaction - I don&#x27;t need that. I would be looking at accepting a BTC transaction, then waiting for 30 minutes or so for the network to get it&#x27;s stuff together, and then afterwards hitting a web hook or callback of some sort to send a confirmation&#x2F;authenticate the user who purchased the product with the unique payment ID, or whatever.<p>If you have any resources that have helped you integrate those style of Bitcoin payments into your web application, would you mind sharing them here? As well, are there any resources&#x2F;libraries&#x2F;processes that I should consult for AML&#x2F;KYC compliance?<p>Cheers!

2 条评论

tiernano10 个月前
&gt; I&#x27;ve heard some rough stories about Stripe in the past few years, but you almost never hear people&#x27;s boring successes with the platform as well.<p>Generally, anyone happy with stripe, like my last company, doesn&#x27;t make much noise. It&#x27;s like everything else. Only people angry shout on forums or here… anyone happy is probably busy doing other stuff.
amlozano10 个月前
Check out btcpayserver<p><a href="https:&#x2F;&#x2F;btcpayserver.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;btcpayserver.org&#x2F;</a>