I am attempting to get a webhook working, but I keep getting the error:
Error: The ping operation failed. This could be due to connectivity issues, invalid url or server downtime. Check the url details for the webhook and try again.
I have tested this against http://webhookinbox.com and it works no problem. I have tested my URL with postman configured with the exact headers, and i received the post no problem. When I try to get authorize.net to hit my endpoint, it never works. Is there any way to get more information on WHY it is failing? DNS issue?, SSL issue? My endpoint is a function hosted on azure if that changes anything.
Thanks!
09-05-2019 07:14 AM
09-05-2019 10:25 PM