Reputation: 469
I use Paypal IPN to update order status when users confirmed or canceled a payment with PreApproval Adaptive Payments.
IPN fires when an order confirmed and completed. But when users go to their Paypal dashboard and cancel the Pre-Approval, nothing happens.
Do you guys have any experience about this case?
Thank you very much for looking at.
Upvotes: 0
Views: 62
Reputation: 26056
With Adaptive Payments there are actually two IPNs that could trigger. One is app specific, and this would be set using the IpnNotificationUrl parameter in the Pay request. The other would be transaction specific and would trigger based on the IPN settings in the receiver profile.
It sounds like you could be expecting to see app specific IPNs at your PayPal profile listener..??
Upvotes: 1