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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is the preferred payment provider for micropayments?

20 点作者 x0ner超过 14 年前
I have been working on a new web application that will be accepting micropayments (typically a $1) and I am not sure which payment provider to go with. It looks like in most cases my $1 profit is being stripped of 30 cents or more depending on the provider. I know Paypal has been the de facto standard, but has anyone faired out well with Google or Amazon?

5 条评论

bcardarella超过 14 年前
I don't like Paypal but you can't beat the price: <a href="https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content&#38;content_ID=merchant/wp_pro&#38;nav=2.1.1" rel="nofollow">https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render...</a><p>Click on 'Pricing' then scroll down and expand 'Micropayments'<p>It's 5% + $0.05. So for your $1 in revenue only $0.10 is taken by Paypal.
评论 #2107823 未加载
评论 #2107978 未加载
cd34超过 14 年前
<a href="http://news.ycombinator.com/item?id=2033180" rel="nofollow">http://news.ycombinator.com/item?id=2033180</a> referred to this a while back.<p>centipaid.com talked about having a scaleable micropayment solution.<p>However, almost any solution requires one to have money 'in the system' and earn/spend the micropayments, and pay a fee to take it out or put money in. There are a number of other providers that do this through stored value Mastercards, etc, but, those fees sometimes become prohibitive.<p>The way I've seen a number of companies handle micropayments was to keep the money in the system, but, you couldn't get it released without earning $25 which kept administrative costs to a minimum. You had to fund the account, but, if you didn't spend it all, you couldn't get it back. Facebook credits work in a similar manner - one purchases $x of credits, then can spend those coins on various apps.
x0ner超过 14 年前
I also want to mention that I see Paypal and Amazon accounting for this, but they are doing it in a way that it hurts you to use it on all transactions over $10-12. In my case this could happen if someone did bulk buying. How would you model this out in a test environment, so you kind of knew what to expect?
评论 #2107787 未加载
pbreit超过 14 年前
Definitely PayPal. Not only should you be able to get 5% + 5c, it also is just rolling out a much better UX for digital goods and more importantly has 200+ miliion ready to pay.
ig1超过 14 年前
Have you looked at companies like Social Gold which provide micropayment ecosystems for online games ?
评论 #2108011 未加载