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