It always surprised me how well Stripe does with developers. They are the most expensive option out there for a startup because their bulk pricing threshold is much higher than anyone elses (Paypal's first discount tier starts at $3k/m, Stripe's is $80k)
It always surprised me that developers don't identify this from the start. Sure, Stripe's APIs are a little easier to work with, but the extra time you'd end up spending implementing a cheaper competitor pays for itself pretty quickly when transactions start rolling in.
As someone who's done mid 6 figures through a self coded PayPal Website Payments Pro integration but who's switching to Stripe once I've recoded things, Stripe's pricing works out about the same here in the UK even after the discount tier because their currency conversion fee is 2% instead of 2.5%. Stripe also accepts Amex whereas for some reason PayPal seems not to (in the UK anyway) which has caused numerous issues with US customers.
Stripe are non-evil to me and non-evil to my customers. They have never done anything unexpected or screwed over anyone I know. Paypal have fucked over a lot of people I know for inexplicable reasons. They've fucked me over personally as well as a customer (They won't let me use my personal credit cards to pay anything via paypal, with or without a login, and they won't tell me why). A small difference in cost is absolutely irrelevant when the worst case situation on one side is "pay a bit more for good service" and the worst case situation on the other is "lose access to a nontrivial amount of money for many months and lose business for the same period".
There are things that are basically impossible to do with PayPal until fairly recently that were extremely easy to do with Stripe. There's also the massssssive headaches from dealing with PayPal's API (message errors with no documentation) and PayPal's checkout flow can be a barrier.
I haven't worked with the PayPal API extensively, but Stripe does a lot of customer management, subscription management, itemized invoicing, etc built-in, which I don't think PayPal supports.
Personally, I think any difference in price pays for itself in developer time, unless you have billions of dollars in yearly revenue. The PayPal API always makes me want to gouge my eyes out, whereas the Stripe API is so pleasing to use that I'm looking for reasons to integrate Stripe into things.
You don't need billions in revenue to recoup the cost of a few extra developer hours. Pay pals new REST API doesn't even look that hard to use, either (I've only used their older APIs)
First, Paypal doesn't just have a one time implementation cost. For example, refunds being limited to 60 days on Paypal will cause issues over time.
Even if the cost was fixed and upfront, a Paypal integration isn't an intelligent thing to prioritize for most startups. There are likely hundreds of other things a startup could do to increase its revenue by more than they would save in CC processing fees, so they should focus on those things first.
Eventually a Paypal integration will make sense, but likely not for a processing discount. Instead it will become useful for international payments, and even then most startups have enough headaches with Paypal that they choose to keep Stripe as the default checkout option, and use Paypal as a secondary option.
If you have to implement a payment gateway, how is it not a smart thing to carefully consider your vendor? That definitely seems like a priority to me.
I don't think there is any business decision involving costs that I want to make assumptions about or blindly select a "default option". Especially not one that represents a percentage of raw revenue.
The difference between a paypal implementation and stripe is not as significant as people make it out to be. I understand the intense paypal hate and it's well deserved, but from a pure cost perspective it often makes more sense than stripe.
I did a prototype a couple weeks back and a dev friend of mine grimaced "why paypal? why not stripe?" A) I had a paypal account set up - it was literally 2 minutes of work to add the form, and B) I've had some setup issues with stripe - there seemed to be comparatively more setup work to get their modal form to work as demonstrated.
What was a bit disconcerting was that that was the focus - "why not stripe?" The rest of the service didn't even get much of a look, yet... every non-dev I showed the service too didn't bat an eye about paypal.
Your experience runs completely opposite mine integrating ecommerce solutions for large companies. The amount of complexity and headaches it takes to develop with PayPal vs Stripe is orders of magnitude higher. For instance, recurring plans with discount tiers is trivial to manage with Stripe, but a 10x complexity and cost basis higher with PayPal. Those engineers and technical debt is a lot higher than the cost savings, where you'll probably get a better deal from Cybersource or Authorize.net by a large margin (1.6% fees on my last project).
I have developed an application that uses Paypal's subscription plan API's. I just looked up the invoice that I sent to that client I did work for: 20 hours of work, including custom integration into their word press platform.
Are you suggesting that if Stripe were available at the time, this work would have been reduced to 2 hours?
I'm not you, and I don't know what you did, but the Stripe integrations I've done (which were very complex and touched on lots of functionality) took (much?) less than two hours, so probably yes.
"Your experience runs completely opposite mine integrating ecommerce solutions for large companies. "
My prototype was just that - a prototype - it took all of about 3 hours to put together, and throwing a paypal form on it was, as I said, about 2 minutes. I said nothing about "integrating ecommerce solutions for large companies".
You must live in an alternate universe. Trying to sort PayPal's shitty callbacks and test with their sandbox certainly was a good days work as recently as 3 years ago.
Also PayPal constantly tried to make your customer their customer and makes the whole process overly complicated with the login.
I don't even use Paypal as a payment gateway for any site I operate currently. I'm using Authorize.net at the moment. It took about a day to implement. It wasn't as easy to use as I'd hoped, but it wasn't that bad. Certainly not worth a higher transaction fee.
This seems to be driven by a few phenomena:
- For large companies, developer hours are becoming a large source of cost, so companies can charge a premium by lowering developer time demands.
- For independent developers, these services enable rapid prototyping and increases probability of finding product market fit.