Hello,
I have an endpoint set up on my end to receive JSON from Authorize.net's webhooks. I tested the endpoint using Postman to verify that it's up and running. I have even sent it a sample from your documentation, and I was able to pull in the JSON into a Java object without any issues. However, when I try to use "Test Webhook", I get "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." What could possibly be the issue? My endpoint is using an IP address and a port of 9443, and it is expecting https.
05-18-2018 06:57 PM - edited 05-18-2018 07:11 PM
Also, I have it returning a response status code of OK (200).
05-18-2018 07:00 PM - edited 05-18-2018 07:11 PM
I also tested over http using port 9080 in Postman, and that works, too. But http and port 9080 did not work when testing the webhook.
05-18-2018 07:14 PM
Is your url available externally over the internet ?
Try using the url from http://webhookinbox.com/ and check if you are getting the notifications .
05-18-2018 09:15 PM
Hi Anurag,
Yes, the URL is available over the Internet. I had a coworker access it from the office (I am running this at home until we can get some firewall issues sorted out). I can message you the URL if you want (I do not want to post it here). I will webhookinbox a try.
05-19-2018 03:52 PM
I tried using webhookinbox, and I can see the message from Authorize.net.
05-19-2018 04:22 PM
Hello, were you able to resolve this? i to have the same issue i run a custom port on my end point and it does not work.
I'm having to route it through a different URL then sent the request back to my original server via CURL.
Any ideas woudl be helpful thanks!
06-28-2018 06:09 AM
Facing the same issue any solution, please.
10-13-2021 04:46 AM