Hacker News new | ask | show | jobs
by dcaldwell 5064 days ago
I work in the same co-working facility as an education-based startup that switched from using PayPal(where user gets redirected to PayPal) to Stripe (completely branded checkout) and their conversion rates increased 40% overnight and have stayed at those levels. After digging into their API, we're actually building our new company, MoonClerk, on top of Stripe's API. We'll basically be an abstraction layer on top of Stripe so that non-developers can use it and implement it on their site, with a focus on recurring payments (even though we do one-time payments). We really want to allow non-developers the ability to use Stripe.
2 comments

How is this possible? Through Paypal customers can also pay with credit cards, and even more. They can use checks, or bank transfers (very important in Europe where credit cards are not as popular), etc. Why would usage of Paypal decrease conversion compared to pure credit cards?

My guess is that a lot of customers don't know what Paypal is and don't realize they can just use their credit card.

And the PayPal flow is godawful - direct to a new page, get prompted to: 1. Log in. 2. Create Account. 3. Enter payment deets. (Small text near bottom of page, not always available, depending on the merchant).

Even if you have an account, they don't consistently keep my default payment method - often switching back to my bank account even when I've made a CC my default.

This all adds up to a level of friction that I hate, hate, hate, hate as a user. I can understand people abandoning a purchase at that point.

In my experience with a nonprofit, on whose board I serve, this is exactly the case with PayPal. Even if you're very upfront before you send people to PayPal that yes, they can pay with a credit card, once they arrive at PayPal they get confused. I've even had PayPal show me a popup ad for a PayPal branded Mastercard when I was trying to checkout somewhere. Their UI isn't "branded" like the site that the customer was just on so that's confusing in and of itself. In addition, paying with credit card on a PayPal checkout page isn't the main action - you have to search for it. Combine all of those elements and you get a much lower conversion rate.
Why build it on top of Stripe's API and lock you into a single (relatively expensive) vendor? You could build on top of something like SpreedlyCore and simultaneously support Stripe, PayPal Pro, and 30+ different payment gateways for hundreds of merchant account providers.