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: Which payment provider do you use?

3 pointsby bert2002over 8 years ago
I am currently looking for a payment provider for a SaaS project and find it very difficult to find a proper single solution that integrates Paypal and Stripe (or other CC payment gateway).<p>It seems to be that the difficulty is in reoccurring payments and invoicing.<p>What do you use and how bad was the integration?

2 comments

zrailover 8 years ago
I use Stripe exclusively. The integration into Rails isn&#x27;t too bad (I wrote a book[1] about it and a gem[2] that automates a lot of it) but there are a lot of little details that one might not think of if they&#x27;ve never done a payment integration before.<p>Recurly][3] abstracts over multiple payment gateways for subscriptions, if that&#x27;s something you need to do. I haven&#x27;t used it myself but I&#x27;ve heard good things.<p>[1]: <a href="https:&#x2F;&#x2F;www.masteringmodernpayments.com" rel="nofollow">https:&#x2F;&#x2F;www.masteringmodernpayments.com</a><p>[2]: <a href="https:&#x2F;&#x2F;www.payola.io" rel="nofollow">https:&#x2F;&#x2F;www.payola.io</a><p>[3]: <a href="https:&#x2F;&#x2F;recurly.com" rel="nofollow">https:&#x2F;&#x2F;recurly.com</a>
评论 #12332814 未加载
lachygover 8 years ago
(I work at Stripe.)<p>Are you looking for a single integration that handles both PayPal and credit card transactions? Stripe users typically end up integrating both separately (though building a billing abstraction above both).
评论 #12337590 未加载