Change IPN URL to Existing Subscription

We plan to change the domain name for our service. Therefore, we need to update the IPN url for our existing customers. I tried to find a solution on how to change the IPN url for current subscribers, but I could not find anything.

Any help is appreciated.

Best regards thomas

+5
source share
5 answers

I had exactly the same problem ... I had to move the servers, which meant that the IPN URL changed. I spoke with three different PayPal representatives and even met with a tech support guy.

Unfortunately, there is no way to change the IPN URL for existing clients / subscriptions.

, / , URL- IPN. PITA... 1500 , , , - .

, , :(

+6

.

, , URL- IPN Paypal, ; , IPN- .

, Apache:

RewriteRule ^ sites/all/modules/civicrm/extern/ipn.php $https://example.org/wp-content/plugins/civicrm/civicrm/extern/ipn.php [R = 307, L]

- R = 307. 307 , POST POST. IPN.

+6

IPN Url, , - "" > " IPN" .

IPN .

PayPal URL- IPN API . IPN , :

IPN : https://www.paypal.com/ie/cgi-bin/webscr?cmd=_profile-ipn-notify-edit ( )

URL- IPN , , . API, , "NotifyURL", API, API - -- (NVP) SOAP "PayPal Standard". "notify_url".

. , IPN .

+5

1 2013 , PayPal IPN.

, → → ... ()

IPN-, EDIT.

+2
source

I just did it.

Log in, go to Profile → My Account Settings → Instant Payment Alerts ... (Update)

This shows your current IPN, and there is an EDIT button that works.

This is April 2013, so PayPal may have changed since this question was posted.

-1
source

All Articles