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.

Ask HN: How did developers use to accept payment before Stripe?

5 pointsby mohitmunover 6 years ago

5 comments

SyneRyderover 6 years ago
For software, there were lots of services targeted at independent (&quot;shareware&quot;) developers, who would host the SSL page order forms for the developer so they didn&#x27;t have to deal with PCI Compliance.<p>Kagi was one of the earliest, especially on the Mac. But there were others like SWREG, ShareIt, eSellerate, Plimus, Cleverbridge and many others. The Black Cat Systems Overview Of Shareware Registration Services [1] used to be the chart you&#x27;d send newbies to when they asked which e-commerce service to use.<p>Whenever a new service started up, it would almost always get acquired by Digital River (aka &quot;The Borg&quot;, since they assimilated everything and resistance was futile).<p>Some of those services are still around, like FastSpring and Paddle. Avangate ended up buying 2Checkout and then rebranding to call themselves 2Checkout. The main advantage of those companies now is they offer global tax compliance, now that the EU and several other countries want you to charge and collect tax based on where the customer is, not where your business is.<p>[1] <a href="http:&#x2F;&#x2F;www.blackcatsystems.com&#x2F;regservices&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.blackcatsystems.com&#x2F;regservices&#x2F;</a>
ed_at_workover 6 years ago
It was painful. I&#x27;m mostly referring to legacy apps like online bill payment and stuff, especially ones that also wanted to do ACH transactions. You had to sign up with some sort of &quot;payment gateway&quot;. Usually they had an api spec of XML or other legacy web services, file formats for interchange, etc that filled a whole binder. Since many people didn&#x27;t want the compliance hassle of storing credit card &amp; ach info, this was still &#x27;easier&#x27; to implement.<p>Stripe pretty much came along and crapped on all of that ( in a good way ). And lowered the barrier to entry so indie dev shops could accept CC payments seamlessly as the other big megacorps.
gregjorover 6 years ago
PayPal, Authorize.net, Braintree, quite a few others, most still available.
tedmistonover 6 years ago
PayPal buttons made it pretty easy but the user flow for someone without a PayPal account or with a PayPal account but that wanted to pay with a credit card wasn&#x27;t super great.
zerrover 6 years ago
This is so US-centric question :)<p>Stripe is not a thing in most of the countries on this planet.