Webhooks Subscription not being created

You seem to be sending your subscription request as querystring params, where as the docs https://dev.twitch.tv/docs/api/webhooks-reference specify that they should be sent in the request body.

What specifically are you sending back? You should be responding with the hub.challenge, a 200 status code, and nothing else.