PayPal自适应支付IPN功能调用

PayPal自适应支付IPN功能调用

问题描述:

First time I am trying paypal adaptive payments. Everything is working fine, I tested on sandbox and it works well. Now I need to track whether the payment was successful or not? I was looking into IPN. I saw it and I think it will be perfect to make the success call.

Currently I am using the adaptive code generated by paypal, I am just confused where to call the IPN function(I am using this IPN script)

Can any one help with this?

我第一次尝试paypal自适应支付。 一切都很好,我在沙盒上测试过,效果很好。 现在我需要跟踪付款是否成功? 我正在研究IPN。 我看到了它,我认为成功调用是完美的。 p>

目前我正在使用paypal生成的自适应代码,我只是在混淆IPN功能的地方(我 我正在使用这个 IPN脚本) p> \ n

任何人都可以帮忙吗? p> div>

You don't call the IPN function, PayPal calls your IPN script at a pre-specified URL when it wants to notify you of a payment.

(In soviet PayPal, function calls you!)