PHP Paypal 集成测试帐户
我要做一个涉及Paypal功能的项目。我的问题是我需要什么样的帐户才能进行测试?我需要商家帐户吗?
如果您还有好的参考网站,请在此处分享。
谢谢
I am going to work on a project that involves Paypal function. My question what kind of account do I need to do the test? Do I need merchant account?
And if you also have a good reference site please share it here.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你两者都需要。需要商家/卖家帐户作为付款接收方。需要买家帐户才能向卖家付款。
PayPal 有完整的文档,请查看全部 这里。帮助您快速入门的重要文档:
如果您使用 PHP,您可能需要考虑使用 此库可帮助您轻松集成 PayPal 网站支付标准。
You will need both. The merchant/seller account is needed as the payment receiver. Buyer account is needed to do payment to seller.
PayPal have a complete documentation, see it all here. Important documentation to help you start quickly:
If you using PHP, you might want to consider using this library to help you integrate PayPal Website Payment Standard easily.
您的需求取决于您的集成方式,但一般来说,同时拥有买家和商家帐户会很有用。在 developer.paypal.com 上注册两者都非常容易,因此设置应该不成问题根据需要提供多个买家/卖家沙箱帐户。
What you need depends on how you're integrating, but in general it's useful to have both a buyer and merchant account. Signing up for both is very easy on developer.paypal.com so it shouldn't be a problem setting up as many buyer/seller sandbox accounts as you need.
您可以在以下链接上查看/阅读有关 PayPal 集成的所有信息。
http://www.evoluted.net/thinktank/web-development/paypal -php-集成
You can check/ read all about paypal integration on the following link.
http://www.evoluted.net/thinktank/web-development/paypal-php-integration