cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Webhook endpoint URL

Hi,

 

I am trying to setup Webhooks notification for my application. When I try to setup my endpoint URL via the Merchant interface I get a message "Invalid URL". The URL is

 

https://couchvaspwin1.centralindia.cloudapp.azure.com/api/webhooks/incoming/genericjson/z?code=80ad1...

 

Can anyone please let me know why this URL is considered invalid by Merchant Interface UI.

 

When I send a request to this URL using POSTMAN it works perfectly fine.

 

Regards,

Anand

 

AnandBhagwat
Contributor
10 REPLIES 10
@alexis

They work on port 443. If you have parameters or a query string on your url that is your problem. You can fix the query string part by rewriting the url on your server.