I am unable to add webhook which is parameterised or is a query string for example
https:\\fromauthorizenet.ashx?type=hook does not work.
Reason for above requirement is
I have mentioned return URL, cancel URL in GetAnAcceptPaymentHostedPage as mentioned below respectively
Return URL: https:\\https:\\fromauthorizenet.ashx?type=return
Cancel URL: https:\\https:\\fromauthorizenet.ashx?type=cancel
In all the 3 cases I want my handler to route or do a business logic depending on the given type parameter. This is working fine in the setting for return and cancel URL however webhook is not helping me much in this case.
Any thoughts or ideas would be of great help.
12-06-2018 11:40 AM
12-07-2018 09:09 AM
Thank you, I would like to make the changes as you suggested. However, it would have been great if webhook allowed parameterized url. Since we are only defining what we want in the sandbox.
Thanks for the clarification.
12-07-2018 11:46 AM
12-07-2018 11:47 PM
Hi mvkotekar1983,
It looks as though you are already getting some excellent collaboration on this question, but I can confirm that parameterized URLs are not permitted for use.
Thank you,
Elaine
12-10-2018 10:09 PM
HI,
I figured we can add parameter as a html fragment (#parameter). The Webhooks edit screen has no complaints. The web server should see url's with different hashes as same URL. Problem solved.
Will this work?
Thanks & Regards
Pilla Gurumurty Patrudu
04-08-2019 01:41 AM
Hi,
I figured, we could add html fragments (#parameter), after the URL. The edit option of webhooks did not complain. The wb server sees two hashes as the same URL. Problem solved.
Will this work?
Thanks & Regards
Pilla Gurumurty Patrudu
04-08-2019 01:47 AM
Hi,
I figured, we could add html fragments (#parameter), after the URL. The edit option of webhooks did not complain. The wb server sees two hashes as the same URL. Problem solved.
Will this work?
Thanks & Regards
Pilla Gurumurty Patrudu
04-08-2019 01:50 AM