I have created two webhooks for my platform that are making sure that a user has initiated and finished the PayPal merchant onboarding (in a multi-party system). One webhook listens for the event "Customer merchant-integration seller-onboarding-initiated", and the other listens for the event "Merchant onboarding completed". I have both set up correctly on my end of the platform, as the simulated webhooks for these events do send the mock JSON data to my platform. But when I actually go through the workflows on my platform using the sandbox information, I go through the entire merchant onboarding process but no webhook events are logged or sent to my platform. My dashboard remains empty, not even pending webhooks are shown. My platform's test environment is public, so it is not a localhost issue. I am ensuring the use of https:// and have carefully made sure the webhook URL's matches the one's used for my platform. Any advice is appreciated.
... View more