In my app I have created paypal subscription. Users can subscribe and cancel within my app Which I can track. But if they cancel their subscription on their paypal account for their pro plan my app will not know. for that I need Constant monitoring. I don’t know how to set up webhook for paypal.
I need help with this.
You would setup a backend workflow in your app to handle cancelled subscriptions.
You would then use that URL in PayPal webhooks so that whenever a user cancels their subscription it triggers the backend workflow on your app to cancel their subscription.
This topic was automatically closed after 70 days. New replies are no longer allowed.