frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Color.io Is Going Offline

7•hilti•1h ago•1 comments

Ask HN: Should account creation/origin country be displayed on HN profiles?

21•megraf•19h ago•29 comments

Ask HN: Hearing aid wearers, what's hot?

350•pugworthy•2d ago•208 comments

Ask HN: Scheduling stateful nodes when MMAP makes memory accounting a lie

22•leo_e•1d ago•17 comments

Ask HN: Have major security breeches been less common lately?

3•Wowfunhappy•9h ago•3 comments

Ask HN: Opinions on facial recognition at air ports?

4•bjourne•18h ago•22 comments

Ask HN: What did Stripe change (Value Add)?

4•dzonga•15h ago•4 comments

Google attacking human thought with Gemini in Google Keep

8•fellowniusmonk•15h ago•1 comments

Ask HN: Is Techmeme getting paid to boost certain articles?

3•dabockster•11h ago•1 comments

Ask HN: Hetzner asking for passport for new account? just me, or everyone?

2•casenmgreen•11h ago•4 comments

Ask HN: Good resources to learn financial systems engineering?

134•_1tan•2d ago•27 comments

Ask HN: How does one move from BigTech to more fullfilling places?

8•conqrr•8h ago•3 comments

Thoughts of a Neopagan /the Metal Ages

2•5wizard5•12h ago•3 comments

Ask HN: What is your monitor setup?

6•iwebdevfromhome•14h ago•9 comments

Ask HN: What work problems would your company pay to solve?

12•aryanchaurasia•1d ago•11 comments

A logging loop in GKE cost me $1,300 in 3 days – 9.2x my actual infrastructure

8•nthypes•1d ago•4 comments

Tell HN: Wanted to give dang appreciation

51•razodactyl•2d ago•4 comments

NeuroCode – A Structural Neural IR for Codebases

3•gabrielekarra•1d ago•0 comments

Tell HN: Cursor charged 19 subscriptions, won't refund

10•devtailz•1d ago•5 comments

Don't obsess with security and privacy unless they are your core business

8•amano-kenji•2d ago•13 comments

Tell HN: Google increased existing finetuned model latency by 5x

9•deaux•1d ago•0 comments

Ask HN: What tools do you pay for today that feel overpriced or frustrating?

7•psicombinator•2d ago•10 comments

GhostBin A lightweight pastebin, built with Go and Redis

3•sanaf•1d ago•0 comments

Ask HN: How do you balance creativity, love for the craft, and money?

19•introvertmac•3d ago•10 comments

Ask HN: Is America in Recession?

23•register•3d ago•35 comments

Ask HN: Photos corrupted on Google Pixel phones over time?

6•poolnoodle•1d ago•8 comments

Malicious Bun Script Found in NPM Package Bumps

4•kothariji•1d ago•1 comments

Ask HN: Working in a language that isn't your native one. How hard was it?

10•william-cooke•3d ago•17 comments

Why isn't There a open-source (project) game?

4•triilman•2d ago•6 comments

ZetaShare Building private file transfer with WebRTC

3•masterdegrees•2d ago•0 comments
Open in hackernews

Ask HN: What did Stripe change (Value Add)?

4•dzonga•15h ago
What was the revolutionary thing Stripe enabled that changed payments & commerce ? From what I understand - people could do payments via credit-cards & paypal.

What was the value added from stripe that made it differentiated from the solutions / providers before ?

Comments

gadders•14h ago
I think they made it far, far easier to implement them as a payment provider vs PayPal etc. That was the first innovation.
tobinfekkes•14h ago
Pro: they abstracted away the intricacies of getting "KYC" approval to take payments and abstracted the merchant services integration, so a developer could be up and taking payments in hours, rather than weeks/months.

Con: they abstracted the relationship a merchant has with their processor, so now they stand between you and your money, they decide whether you get it or not, or if you're banned or not, and you have no recourse if they decide your story isn't compelling enough.

factorialboy•11h ago
To add to this, one of their biggest pros was the developer documentation.

The quality of documentation that Stripe had stood out not only in the payment processing space, but in the industry as a whole.

tobinfekkes•8h ago
Completely agree, thank you for adding that. Their documentation was a head above the rest; personalizing the example API calls with your key/token included within the documentation made it trivial to try it out and see something working almost immediately.