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?
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!)