strangerstudios / paid-memberships-pro

WordPress membership plugin to restrict access to content and charge recurring subscriptions using Stripe, PayPal, and more. Fully open source. 100% GPL.
https://www.paidmembershipspro.com
Other
460 stars 357 forks source link

BUG: PMPro Core – IPN Handler Incorrect URL #1182

Open tictag opened 4 years ago

tictag commented 4 years ago

According to this article the URL to use for IPN verification is: https://ipnpb.sandbox.paypal.com/cgi-bin/webscr for testing and https://ipnpb.paypal.com/cgi-bin/webscr for live, however the PMPro IPN Handler uses https://www.sandbox.paypal.com/cgi-bin/webscr and https://www.paypal.com/cgi-bin/webscr, respectively.

dparker1005 commented 3 years ago

PayPal has moved the article @tictag linked to. New location: https://developer.paypal.com/docs/api-basics/notifications/ipn/IPNImplementation/