- This topic has 2 replies, 2 voices, and was last updated 7 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › What URL / parameters / headers are used for IPN messaging
How does PayPal signal a transfer? What URL is used with what parameters or HTTP headers?
As my first tests did not work, I suspect that our custom-built caching mechanism is interfering with the message. Thus I would need to know, what exactly I need to allow to pass caching.
Thanks!
Uwe.
Hi, check the following documentation. Let me know if this helps you.
Thank you
Thanks! I had read that documentation. But somehow the URL that I entered at PayPal was not picked up correctly – maybe it had to do with it being a sandbox account? It always send its info to the root of the site, i.e. https://www.mydomain.com/
But I was able to identify the GET-parameter, for which I could filter (and deactivate caching): swpm_process_ipn. With this, I a am happy.