Live data from Hacker News

Ask HN: Best Stripe Alternatives?

news.ycombinator.com

51–54 of 54 posts

Re: Ask HN: Best Stripe Alternatives?

#51
I'm going to build a small online service with only one product and a subscription fee by month. I had to compare the Payment Gateways to know which one fit my needs.

To do this comparison, I made a small spreadsheet which could (maybe, or not) help you. Here it is: https://docs.google.com/spreadsheets/d/12-sWEe-gsoGm0kT5LMcM...

Feel free to add comments if you find any issue.

Re: Ask HN: Best Stripe Alternatives?

#52
post #34

Earlier quoted context omitted.

Paypal if you want me looking for alternative places to purchase your goods

If it's just a gateway (no transfer to PP), the consumer won't know the difference.

By gateway you mean proxy right?

Is that even within Paypal's TOS? Can you front-end their web service and capture users' passwords purportedly for proxying?

I know that Sofort does that and I'm flabbergasted by my bank switching their stance from "wait, who's capturing our login tokens?" to "oh, you're talking about Sofort. Yeah, we can't control what others do on the internet [I mentioned they could just block the Sofort servers]. This is fine." Checking back what the official statement was, in summary it came down to that (use of) Sofort doesn't comply with the TOS but they're currently allowing me to use it until they came to a more permanent agreement in current talks with Sofort.

Re: Ask HN: Best Stripe Alternatives?

#53
I recommend Shopify's Checkout

Disclaimer: I work for Shopify (But I also use it for my side hustles)

The biggest benefit is that with the Shopify checkout you can support credit cards, Paypal, Apple Pay, Google Pay, Crypto and more with ONE integration.

You also get discounts codes and logic out of the box (buy one get one, X percentage off, fixed amount off, etc)

And all you have to do is listen to the order completion web hook and do whatever you want on your side.

You can use the JavaScript SDK to send your users to the checkout. https://shopify.github.io/js-buy-sdk/

Hope that helps!

Re: Ask HN: Best Stripe Alternatives?

#54
post #52

Earlier quoted context omitted.

If it's just a gateway (no transfer to PP), the consumer won't know the difference.

By gateway you mean proxy right? Is that even within Paypal's TOS? Can you front-end their web service and capture users' passwords purportedly for proxying? I know that Sofort does that and I'm flabbergasted by my bank switching their stance from "wait, who's capturing our login tokens?" to "oh, you're talking about Sofort. Yeah, we can't control what others do on the internet [I mentioned they could just block the…

I meant just their gateway services. It's been a few years since I used it but I do remember a $20/month plan where you could use just the gateway to process CC orders, no PP account required. This thread is old, we should move on ;-)
Post reply on HN