TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Does PayPal Discourage Sales?

4 点作者 thatusertwo大约 11 年前
I'm selling a product online and noticed through analytics that users are clicking the buy button but no sales are occurring. The payment is done using PayPal but the user doesn't know till they click through. Has anyone else noticed this problem? I'm selling 3 products on a one time basis, what payment processor should I use instead?

3 条评论

patio11大约 11 年前
Many people process credit card payments through Paypal. If you&#x27;re getting <i>zero</i> transactions, Paypal is unlikely to be your problem unless there is a technical issue preventing you from charging cards at all.<p>Clicking the Buy button is not 100% proxy for purchasing intent, <i>particularly</i> if you have not disclosed e.g. the price prior to clicking it, in which case the main user intent is &quot;discover the price.&quot; Even if you have, it is a regrettable fact of life that many users abandon that transaction at the last moment. (This is why we optimize the heck out of those last moments.)<p>As to whether having Paypal as the only option costs you some transactions on the margin: test it. I have, extensively, for one of my products. It&#x27;s a long story, but having a fairly well-optimized onsite purchasing flow was worth about a 60% lift to purchases. (I had done many tests prior to that where not-so-optimized onsite purchasing made no difference in conjunction with or tested against Paypal.)
mhopkins321大约 11 年前
I can&#x27;t say if they discourage sales, but I recently had to work with their API. After many fruitless hours I decided to convince the client&#x2F;higher-ups that stripe should be used instead.<p>I definitely feel as if they discourage the use of their API through poor documentation and a test&#x2F;sandbox site that will randomly drop you back into production without notice
paulhauggis大约 11 年前
Have you tried stripe?