Live data from Hacker News

Tell HN: We just got screwed by PayPal

news.ycombinator.com

1–10 of 20 posts

Tell HN: We just got screwed by PayPal

#1
We are a small startup here in Northern NJ. We decided to do a deal site, even though its getting a little hairy now, this idea had some twists we thought would be nice.

After designing, conceptualizing, and building the frame, we had to pick a provider for payments. At first Authorize.net looked good but they did not offer a way to build in the tipping concept without us storing the CC#'s on our end (If you have looked at the paperwork involved you would know why this was a turn off to us).

Doing more research lead us to find PayPal, posts on forums pretty much outlined the concepts. Even though their documentation is all over the place (x.com,cms.paypal.com, dead links...) I pushed through it, I even wrote a PHP Class to simplify what we needed.

https://github.com/gtsafas/PayPal-NVP-API

So now it was built, I had tied everything that needed to be into paypal, week of testing in sandbox and everything seemed good to go. After talking to support they informed us we need to upgrade to Website Payments Pro when going to production, so we did.

Week 1, all is well payments / tipping pulled in a few sales.

Week 2, We had a great deal from a really popular place over here so we decide to run the capaign. After starting to get sales (quite a few) we get this lovely email from PayPal...

"After careful consideration of your application for PayPal’s Website Payments Pro and/or Virtual Terminal product, we are unable to approve your application at this time.

Many factors were taken in consideration including time in business and past performance, type of merchandise and delivery risk, and inherent risk for chargebacks and buyer complaints. Due to the heightened visibility that accompanies a merchant account, Website Payments Pro and Virtual Terminal is not available to you at this time."

We never were told it was an application, the words they used were "enable" and the payments were working fine, how were we supposed to know that they blindly let people use the services they haven't approved yet.

So now all purchases fail when the person tries to make them and as a result we now have cancelled the deal and temporarily closed down the site.

PayPal is not for entrepreneurs and I should of known better than picking them as a choice.

(There is much more I can complain about, but what is the point now? The damage to our revenue and client confidence is already done. )

Can someone recommend a Payment vendor that would satisfy my needs and not kick us in the nuts?

Re: Tell HN: We just got screwed by PayPal

#2
Check out WidgetPay (https://widgetpay.me/), which is built on top of the Stripe API (https://stripe.com/), and run by my startup.

I've compared using it vs PayPal on my blog: http://denis.papathanasiou.org/?p=572

If you're comfortable with coding, though, you should just go to Stripe directly.

Re: Tell HN: We just got screwed by PayPal

#3
You're going to get variations on that quite a bit when looking for a merchant account, since what you are doing actually is very risky. This is not a Paypal issue so much as it is, shall we say, a divergence in perceptions of reality vis-a-vis how much payment processors care that your business requirements are their business requirements. Supporting pays-only-if-event-happens is your business requirement. It is very, very quirky for payment processors. They can do quirky things. They're expensive, require reams of paperwork, and you have to be able to convince them that you're good for it. Operating history of a week will not do this.

Re: Tell HN: We just got screwed by PayPal

#5
post #3

You're going to get variations on that quite a bit when looking for a merchant account, since what you are doing actually is very risky. This is not a Paypal issue so much as it is, shall we say, a divergence in perceptions of reality vis-a-vis how much payment processors care that your business requirements are their business requirements. Supporting pays-only-if-event-happens is your business requirement. It is ver…

Yeah, they should really make this known before invalidating an account based on it.

Re: Tell HN: We just got screwed by PayPal

#6

Check out WidgetPay ( https://widgetpay.me/ ), which is built on top of the Stripe API ( https://stripe.com/ ), and run by my startup. I've compared using it vs PayPal on my blog: http://denis.papathanasiou.org/?p=572 If you're comfortable with coding, though, you should just go to Stripe directly.

Thank you, I will check these out

Re: Tell HN: We just got screwed by PayPal

#7
It sounds there was a miscommunication, PayPal is pretty explicit on their website that you need approval for Website Payments Pro (it's on their "Getting Started" page when you apply for an account).

When you were speaking to the rep they perhaps should have gone into more detail about the process involved, but it doesn't seem that they purposefully misled you.

Miscommunications happen in business, it's one of those things. Chalk it up to experience and next time your in the same situation you'll know to ask more question.

PayPal have their faults, but I don't think this one of them.

Re: Tell HN: We just got screwed by PayPal

#10
post #7

It sounds there was a miscommunication, PayPal is pretty explicit on their website that you need approval for Website Payments Pro (it's on their "Getting Started" page when you apply for an account). When you were speaking to the rep they perhaps should have gone into more detail about the process involved, but it doesn't seem that they purposefully misled you. Miscommunications happen in business, it's one of those…

They should not allow you to use the service if it is not approved. A bank wouldn't let you spend the money before you get approved for the loan.
Post reply on HN