PHP验证PayPal捐赠 [英] PHP verify PayPal Donation

查看:93
本文介绍了PHP验证PayPal捐赠的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何验证贝宝的捐赠?

How can I verify a paypal donation?

在用户面板上,我有一个捐赠按钮.一旦有人真正捐款,我想对他做点事.但是我不知道如何检查用户是否实际捐赠或只是单击捐赠按钮.

In the user panel I have a donate button. And once someone actually donates I want to do something to him. But I do not know how to check if the user actually donated or just clicked the donate button.

推荐答案

查看Paypal的 IPN (即时付款通知)

Look in to Paypal's IPN (Instant Payment Notification)

当某人向您的Paypal帐户进行付款或捐赠时,Paypal会向您的Web服务器发送包含所有付款详细信息的帖子.然后,您可以向Paypal发送消息,以确保付款是真实的...

When someone makes a payment or donation to your Paypal account, Paypal will send a post message to your web server with all the payment details. You can then send a message back to Paypal to make sure that the payment was real...

甚至还有一些代码示例在Paypal网站上.其中包括一个PHP.

There are even some code examples on paypal's website. Including one for PHP.

请注意,必须先启用IPN并在Paypal帐户中定义回叫URL,然后才能开始使用IPN.

Note you have to enable IPN and define the call back URL in your paypal account before you can start using IPN.

这篇关于PHP验证PayPal捐赠的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆