Question

If a user approves a preapproval payment and then goes to paypal and cancels their preapproved payment, does paypal send any kind of notification to my application to let me know that it has been canceled?

Here is some documentation on the matter: Paypal Preapproval API Operation

Was it helpful?

Solution

PayPal sends an IPN message in response to a payment, a refund, creation of a preapproval, and cancellation of a preapproval. Your IPN message handler must be set up in the way described in the Instant Payment Notification Guide.

Source

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top