不使用 Sandbox 的 PayPal 测试

发布于 2024-09-02 00:49:20 字数 557 浏览 4 评论 0原文

我正在用 PHP 开发一个接受 PayPal 付款的网站。它使用来自 PayPal 的 IPN,并具有自定义付款模板等。这一切通过沙盒服务器运行得很好,但当涉及到向我的客户展示时,我不想告诉他们登录/创建沙盒帐户,创建一个买家帐户并付款 - 他没有时间,而且可能无法做到这一点。

因此,我的问题是 - 有没有什么简单的方法可以让我的客户在“测试模式”下进行 PayPal 集成,而无需他使用沙箱?我意识到我可以将交易值设置为 0.01,然后在实时 PayPal 服务器上进行测试,但这不是一个理想的解决方案。

干杯!

编辑:为了更好地解释我的意思,这是我的客户第一次结账时看到的;

替代文本 http://img3.imageshack.us/img3/2545/67913734.png< /a>

如您所见,他必须先登录自己的 Sandbox 帐户,然后才能使用他设置的买家电子邮件购买商品。这只是令人困惑并且完全不用户友好。

I am developing a website in PHP that accepts PayPal payments. It uses the IPN from PayPal and has a custom payment template etc etc. It all works great through the Sandbox server but when it comes to showing my client, I don't want to have to tell them to login to/create a Sandbox account, create a buyer account and make a payment - he hasn't got time for that and probably won't be able to do it.

Therefore, my question is - is there any simple way that I can show my client the PayPal integration in "test mode" without him using the sandbox? I realise that I can set the transaction value to 0.01 and just test on the live PayPal server but that isn't an ideal solution.

Cheers!

Edit: Just to better explain what I mean, this is what my client sees when he first goes to checkout;

alt text http://img3.imageshack.us/img3/2545/67913734.png

As you can see, he has to login to his Sandbox account before then purchasing the item using the buyer email that he sets up. It's just confusing and totally non user-friendly.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

古镇旧梦 2024-09-09 00:49:20

不幸的是,没有办法通过贝宝解决这个问题。他们的沙箱总是要求您登录才能实际演示。

以下是我特别针对远程客户端采取的解决方案。

  • 使用 Skype 或类似服务,以便我可以在演示其工作原理时共享我的屏幕。这个解决方案似乎工作得相当好,并且不需要他们采取额外的步骤。
  • 当我想为客户快速演示并了解他们的想法时,我开始使用 http://www. jingproject.com/ 它允许我制作一个过程的快速视频。它将其上传到他们的服务器并提供一个网址,我可以发送给客户端来观看我做了什么。

希望我能提供一个更优雅的解决方案。

Unfortunately there isn't a way around this problem via paypal. Their sandbox will always require you to be logged in to actually demo.

Here are the solutions I have taken especially with remote clients.

  • Use Skype or similar service so I can share my screen as I demo how it works. This solution seems to work fairly well, and eliminates the need for them to take the extra steps required.
  • When working on something I want to quick demo for a client and get their take, I have started using http://www.jingproject.com/ It allows me to make a quick video of the process. It uploads it to their server and provides a url I can send the client to watch what I did.

Wish I could provide a more elegant solution.

遥远的她 2024-09-09 00:49:20

我要做的就是与实际的 PayPal 实时网站集成并使用真实货币。最棒的是您可以退款交易(包括费用),这样就没有人支付任何费用。我相信退款期限为 30 天,但没有理由等待太久并冒险。额外的优势是您可以向客户证明 PayPal 集成确实有效。

如果担心卖家帐户中充斥着测试交易和退款,那么请继续设置一个单独的卖家帐户。只要您不希望您的测试帐户收到数千美元,设置起来就很快。

What I'd do is integrate with the actual PayPal live site and use real money. The great thing is you can refund the transaction (including the fees) so nobody pays anything. I believe the refund timeframe is 30 days, but there's no reason to wait too long and risk it. The added advantage is that you get to prove to your client that the PayPal integration really works.

If there's a concern with littering the seller account with test transactions and refunds then go ahead and set up a separate seller account. It's quick to set up as long as you don't expect your test account to be receiving thousands of dollars.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文