Ask HN: Which payment provider do you use?
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).
It seems to be that the difficulty is in reoccurring payments and invoicing.
What do you use and how bad was the integration?
4 comments
[ 5.6 ms ] story [ 29.5 ms ] threadRecurly][3] abstracts over multiple payment gateways for subscriptions, if that's something you need to do. I haven't used it myself but I've heard good things.
[1]: https://www.masteringmodernpayments.com
[2]: https://www.payola.io
[3]: https://recurly.com
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).