I am testing the live version of my PayPal Rest API integration. I am able to create and activate subscriptions, but when I cancel a subscription, the corresponding webhook event includes a different subscription id. The subscription id in my paypal.com subscription information matches the one I save from the initial subscription creation and activation, but the one from the webhook event is completely different. Any thoughts on what I can do to get the correct id sent for this event, or how I can tie this back to the subscription id I have?
... View more