Is there a way to change the PayPal IPN callback url at a later date?

544 Views Asked by At

I've searched the developer documentation and cannot find anything. This feature would be good so I can code a website in plain php then recode it from scratch at a later date. Can I use a 301 Redirect?

1

There are 1 best solutions below

4
On

You can set the notify_url variable in your button to specify "The URL to which PayPal posts information about the payment, in the form of Instant Payment Notification messages."

For more information visit the following link: https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/