帮助 PayPal IPM 在捐赠按钮上发送/接收变量
对于 PayPal iPN 是设置变量还是我设置它们? 在捐赠按钮上如何查明捐赠的金额? 如何在 sandBox 中进行虚假捐款?
先感谢您。 如果简单的代码片段太复杂,我们可以找个时间吗?
for PayPal ipn are the variables set or do I set them?
On a donation button how do I find out the amount that was donated?
How do i make a fake donation in sandBox?
Thank you in advance.
If it is to complex for simple code snippets can we im sometime?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Paypal 为此提供了代码示例 。
还有大量这方面的教程。非常详细的教程(带视频) - http ://net.tutsplus.com/tutorials/php/using-paypals-instant- payment-notification-with-php/
捐赠金额从 IPN 请求本身获取。
您无法直接在沙箱中测试 IPN。 Paypal 提供了一个可以通过开发人员工具进行 IPN 调用的表单。只需登录开发者部分即可查看。
Paypal provides code samples for this.
There are tons of tutorials for this as well. A very detailed tutorial (with video) - http://net.tutsplus.com/tutorials/php/using-paypals-instant-payment-notification-with-php/
Donated amount is obtained from the IPN request itself.
You cannot test IPN in the sandbox directly. Paypal provides a form to make in IPN call from the developer tools. Just login to the developer's section to check it out.