I have successfully set up paypal subscriptions, they work via sandbox without problems.
However, I want to query daily the status of customers ( ACTIVE, SUSPENDED, CANCELLED, EXPIRED …), but found no complete and understandable documentation for Paypal webhooks and unfortunately did not get it implemented.
I found this tutorial and implemented successfully: https://www.stacklounge.de/6328/tutorial-integrate-paypal-subscription-javascript-complete.
With this I can now check the status via cronjob regularly, it works fine.
My question, does anyone know how I can use this to get back not only the status but possibly more data, for example the custom_id and the total?
(If someone knows a good paypal documentation for webhooks, I’ll gladly take it. I know the outdated SDK and Paypal’s own, they are unfortunately incomplete …).
Thanks a lot!