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.

What is the absolute cheapest way to process credit cards online

11 pointsby emilepetronealmost 13 years ago
What is the cheapest way to process credit cards online? I've used Paypal &#38; Stripe. At the lowest level, Stripe is a better deal (no redirect). Paypal forces you to redirect the user to Paypal, process the payment, then redirect back to your site. In 2012, this is just crazy - which is why Stripe is doing so well. For the same fee, your users stay on your site (2.9% + 30¢)<p>However this clearly isn't the cheapest option.<p>In the top post on HN, another user mentioned: "get a merchant account through a bank and authorize.net ." However I am wondering if this is still the best option.<p>HN - what is the absolute cheapest way to process credit cards online?

6 comments

stevencoronaalmost 13 years ago
Keep in mind, a merchant account is going to cost you monthly fees for the account + payment gateway (like, $50-60/mo, atleast). Plus a deposit. Plus a credit check. Plus several day wait. Plus nasty APIs.<p>In the end, you might save a little bit, but likely not much since you're still processing without the card being present. If you're doing enough sales for .007% to be big difference, it's worth it. Otherwise- how much is your time and frustration worth? Even on a million dollars in revenue, .007% is only $7000.<p>IMO, Stripe is the holy grail for most startups.
评论 #4348753 未加载
angrowalmost 13 years ago
Whichever involves the least amount of developer time to integrate.
codegeekalmost 13 years ago
Not trying to be smart here but the term "cheapest" cannot just be evaluated in terms of short term money. You also need to look at factors such as ease of setup, long term overhead costs, customer service headache etc. Considering all these together, Stripe seems to be doing pretty well compared to their customers.
petesfishingalmost 13 years ago
There are so many APIs for Auth.net, and its the cheapest way to process cards.
captaincrunchalmost 13 years ago
I often stick to things like PayPal or strype - they're pretty cheap, considering you don't need to deposit $5k safety deposits on account openings, etc. They also take care of the security, etc for you.
shyn3almost 13 years ago
Stripe just offered a $250 per month fee.<p>I think they win.