We are using Sandbox account to test the webhook notifications so that the set up can be replicated into production
Endpoint URL for the webhook subscription is an Azure Function with HTTP Trigger
Issue: We have created a webhook subscription successfully with the above URL as the listener. The webhook is configured for all the events under productid – payments.
We used the API to create the webhook subscription and it got created successfully.
We processed payments through following API and got success response code and payments are shown under the transaction tab of the sandbox account. However, endpoint is not receiving any webhook notifications corresponding to the payments events.
Please note that we confirmed that the receiver end configurations are working fine by creating a webhook in a Git Hub Repository with the same Endpoint URL.
We made sure the receiver end configurations are correct by creating a webhook in GitHub with the same Endpoint URL and we are receiving the notifications.
Moreover, we tried changing the Endpoint URL to a RequestBin endpoint but still no notifications are received.
Are we missing something here?
Queries
NB: We are testing the webhooks to make sure that the same set up could be replicated in the live environment . We need to ensure that the solution works before trying it out in production
01-11-2023 05:45 AM