vote up 3 vote down star
2

Want to know how valuable Paypal is on an ecommerce site ($20-$80 average orders).

Anybody want to run

SELECT COUNT(*), PaymentMethod FROM Orders GROUP BY PaymentMethod

for me?

Any thoughts on what pecentage of orders we might lose if we dont have Paypal. My instinct is to say 'a lot of people will probably not order if they have to give their credit card' but I'd really be interested to hear anyones experience in this field.

flag

44% accept rate
How is this question related to programming? – Leandro López Oct 28 '08 at 19:41
It provides insight on which payment system to focus your time & energy on: PayPal, Google Checkout, other processing options, etc. The answers suggest that it might not be worth the effort to learn & implement Google Checkout first (apparently developers should focus on perfecting CC orders). – Pete Mar 18 at 21:25
@pete - thanks for defending me pete. i appreciate it is a borderline question, but I dont know where else in the world to ask anyone to run 'SELECT COUNT(*), PaymentMethod FROM Orders GROUP BY PaymentMethod' :-) – Simon Mar 18 at 21:39
@pete - no matter how much effort you have you cant translate that into more time – Simon Mar 18 at 21:39

8 Answers

vote up 3 vote down check

(Rounded to the nearest whole percentage point.)

  • 1% Google Checkout

  • 0% Check

  • 1% Store Credit

  • 0% Cash

  • 0% Money Order

  • 93% Credit Card

  • 5% PayPal

out of ~ 14,000 payments since 1/1/2008.

Grains of salt:

  • PayPal payments weren't accepted until late March.

  • Google Checkout can only be used by US customers.

link|flag
Google Checkout isn't just for US - I've used it in the UK on a number of sites as a primary checkout system. – Rich Bradshaw Apr 30 at 21:34
You're correct. When we first integrated the service on our site, however, we artificially restricted the customers to shipping addresses in the US until we were confident that Google could handle fraud analysis correctly. To that end, I will admit that the bullet point above is unclear. Thanks for pointing it out. – Nicholas Piasecki Apr 30 at 22:50
vote up 0 vote down

I find that Paypal is more essential because it is widely used in eBay and Amazon behind credit cards. It is important to have as many payment methods you can offer.

Ways to Make Money Online

link|flag
vote up 0 vote down

Can't give you number specifics but we know that it is country dependent, one of the countries we sell in almost never sees paypal as a payment type, another has a very high rate. It just seems to be paypals market penetration I guess. It will also probably depend on what you are selling.

link|flag
vote up 0 vote down

The data you are asking for will not help you determining how much business you would be winning with PayPal support, or loosing without it. Many people that use PayPal will just use their credit card, if PayPal is not supported. So the question you need to ask is rather: How many people will not buy from me, if I do not support PayPal?

btw, I have heard quite a lot of stories from customers about things going wrong with PayPal transactions. I definitely don't trust it, and refuse to buy from a site that doesn't offer a good alternative to it.

link|flag
I've heard horror stories about just about every major e-commerce site out there. Alot of them come down to user error. – Matthew Scharley Oct 28 '08 at 20:18
So - is a system that is prone to user error good or bad? – Treb Oct 29 '08 at 6:58
exactly. thats why that was part 2 of my question. the only real way to know is to show paypal as an option onlt to every other customer and track the percentages for each group – Simon Oct 29 '08 at 17:37
vote up 1 vote down

Run a poll on your site? if your users indicate they would like it, Bob's your uncle.

You can even "hide" your intentions by making it a multiple choice:

Which payment method would you prefer for online transactions on this site?

  • Visa
  • American Express
  • MasterCard
  • PayPal
  • Diners
  • etc.
link|flag
vote up 6 vote down

I find that about 10% of my members select paypal.

However, I don't know how many of those would refuse to order if we didn't offer it.

One thing I DO know is that the more payment methods you offer, the more orders you will get.

This is for a site that offers recurring subscriptions to a tool for webmasters.

link|flag
vote up 2 vote down

This is purely my opinion as a e-shopper, but if I'm buying from a site that I don't know and trust, I want to use a payment provider that I do trust.

I have certainly declined to purchase from sites that don't offer PayPal.

link|flag
vote up 3 vote down

PayPal has a way to generate one-time disposible credit card numbers for sites that don't accept PayPal. So, if your site accepts credit cards, perhaps you could include some instructions on how to use PayPal's site to generate a disposible credit card number...

Hope this helps.

link|flag
Wow... that's pretty cool. – Matt Refghi Oct 28 '08 at 20:25
Yea never knew this! – jim Apr 30 at 21:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.