Hello,
We are trying to get up to speed using Authorize.net Webhooks to connect to our Salesforce external site. Our Salesforce endpoint seems to be working OK, because I can call it using curl from the command line and pass a JSON structure that gets successfully saved to our database. This much works fine.
However when I enter the URL of our Webhook into the "Endpoint URL:" field in Authorize.net and click the "Test Webhook" button, I get the error message:
"Error: Error occured in connecting to the endpoint: https://<my.server.com>/site/services/apexrest/PYMT_AuthnetHook"
I am sure that I am calling the correct URL because I have copied and pasted it from the command line into the Endpoint URL field. But I need to know why I'm getting this error. Is there a debug log for Webhooks? Or how can I get a more detailed error message from Authorize.net?
Thanks and Best Regards!
Solved! Go to Solution.
04-25-2017 06:15 PM
Hi @Aaron,
Thanks, this is great news. We'll do some testing tomorrow and let you know.
With Best Regards,
Josh
07-25-2017 08:24 PM
Hi @Aaron,
Well, good news, we have done some testing and the Webhooks are coming through from our sandbox. Looks good. Thanks so much for your replies and attention on this, it's really appreciated. I'll let you know if anything new comes to light, but it looks like we are good to go.
With Best Regards,
Josh
07-27-2017 12:11 PM