Live data from Hacker News

Ask HN: Why aren't micropayments a thing?

news.ycombinator.com

1–10 of 194 posts

Re: Ask HN: Why aren't micropayments a thing?

#3

Fees? Sure, a service might charge you a small rate per email, but are they going to charge you for just one email at a time? Probably not. But that could easily be a problem for a news site.

I guess there would need to be a 3rd party or even in house token system where you buy something like 1000 token for a dollar. And you can spend x tokens to view an article. Online advertising like Google ads is essentially doing this for ad views/clicks

Re: Ask HN: Why aren't micropayments a thing?

#4
Processing a credit card costs $0.02 per card, plus interchange of up to 3%. Debit processing is $0.22 cents plus 0.05%. Both of these are the baseline cost, your merchant processor often won't be able to even get these rates for their own wholesale rates.

Now try and build a micropayments ecosystem ontop of this infrastructure that is very expensive to interact with (in the context of $0.01 charges). Amazon can do it for AWS as they aggregate many small charges into one bill, resulting in the service cost not being dwarfed by the payment processing cost.

Re: Ask HN: Why aren't micropayments a thing?

#5
Because payments are a hassle.

People resent that the credit card companies take 3%, but it takes more than just 'transfer money from this account to that' but also dealing with fraudulent buyers and sellers.

In the case of you visiting a site and feeling you didn't get 0.005 cents worth of value it is very clear that somebody could perceive it was unfair. In the advertising economy, however, no one party sees the whole transaction so rip-offs can be pervasive and people don't know.

Re: Ask HN: Why aren't micropayments a thing?

#6
post #3

Fees? Sure, a service might charge you a small rate per email, but are they going to charge you for just one email at a time? Probably not. But that could easily be a problem for a news site.

I guess there would need to be a 3rd party or even in house token system where you buy something like 1000 token for a dollar. And you can spend x tokens to view an article. Online advertising like Google ads is essentially doing this for ad views/clicks

PayPal could easily offer this sort of thing, along with the integrations for news sites etc.

Re: Ask HN: Why aren't micropayments a thing?

#8
Accounting, transaction reversibility, and taxation.

In real life if you want to give somebody a dime, you just do it. But online you have to query your account to make sure you have enough money to make the payment, reserve the funds so the payment can go through without stopping other pending transactions, pass it the amount through some infrastructure where you can dispute the charge at a later date (if needed), and you also have to make sure the government is able to track your transactions for tax and anti-money laundering purposes.

For Amazon it's a different situation because they're charging you for a service based on usage. They have given you an account number and they handle all the accounting on their end. It's not a general payments system.

Post reply on HN