- My webhook endpoint is HTTPS secured and the app is running at port 3000
- The backend code is Node js.
- endpoint e.g: ssl_secured_website:3000/notify (POST)
- When I Hit on Test Webhook I get this error: Error: An error occurred in connecting to the endpoint: ssl_secured_website:3000/notify
- I tried port 80, 443 nothing is working
- I am actually able to get 200 Response via POSTMAN
- As soon as request is received, I am immediately returning 200 status
Authorize.net 'Test Webhook' port 3000 Error occurred in connecting to the endpoint
316 views Asked by Rajan 03 At
0