简体   繁体   中英

Changing PayPal IPN for subscriptions

I'm doing a design for a company and we've ran into a slight issue regarding PayPal IPN. It seems from what i've read up if I change the PayPal IPN listener it will still send future payments to that old IPN

Change the IPN url on existing subscription

We could setup a 307 redirect but the company does not own the domain of where their current IPN listener is located.

Is there any way we can manually transfer the subscriptions to receive new information regarding past subscriptions or will subscriptions have to be cancelled/restarted by the user.

If the IPNs are being sent to a domain you no longer have control of then you'll need to kill the profiles and have them re-created. If you did have access to the old domain then you could setup a simple listener there that forwards the IPN data to your new listener.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM