Hello. I use Azure Functions to host my webhook endpoint. For authentication you provide an API key as a code parameter in the query string, like so:
https://<APP_NAME>.azurewebsites.net/api/<FUNCTION_NAME>?code=<API_KEY>
However, attempting to add this as an endpoint in Authorize.net is not allowed. Can this be supported please?
01-08-2020 12:14 PM
Bump.
01-28-2020 01:45 PM