IPN from PayPal doesn’t work
-
Hi all,
the IPN call from PayPal isn’t working for me.
I’ve turned on the IPN in PayPal and inserted the following URL for IPN:
https://my-domain.de/?rest_route=/paypalipn/v1/cf7pp_production
In the IPN history of PayPal is all fine. PayPal says to all created IPNs:
HTTP-Returncode: 200
It was the original IPN, so no retries.
IPN-Type: Transaction fullfilled————————————
What I’ve done so far:
I tried the main URI in PayPal as IPN URL: No success.
I also tried not to use the success URL of the plugin (PayPal Return URL), which didn’t lead to any changes.
I’ve checked, if the register hook is called fpr the REST calls: Yes.
I switched the rest method from POST to GET, to see, if the route was registered properly. And TADA, now the cf7pp_paypal_ipn_handler function is called, when I call the IPN URL directly.
I tried the GET method for PayPal too, to see, if they are using GET instead of POST, but nope. There were no dummy file written, so they are using POST I guess.
Any other ideas, why this isn’t working for me?
- The topic ‘IPN from PayPal doesn’t work’ is closed to new replies.