TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Any suggested vendors for charging users micropayments?

1 pointsby msallinabout 15 years ago
I want to charge users between 25¢-$1 for occasionally-used functions rather than a subscription fee for permanent access to those features. Any advice?

2 comments

byoung2about 15 years ago
<a href="https://payments.amazon.com/sdui/sdui/business?sn=devfps/aggregated" rel="nofollow">https://payments.amazon.com/sdui/sdui/business?sn=devfps/agg...</a><p>With Amazon Payments you can either have your customers prepay a set amount and deduct from that as they go, or pay with credit, and you charge them when they reach a certain threshold.<p>That way you can avoid paying a transaction fee on each small purchase.
msallinabout 15 years ago
Thanks, I'll check it out!