#mikebm-Webhook
1 messages · Page 1 of 1 (latest)
Jeff from support is seeing if he can find anything for me
You want to downgrade the version of an existed webhook endpoint?
The easier approach is still recreating it as you mentioned. Any reason why you don't want to change the secret key?
i don't have access to the webhook to give it a new secret key
You mean even after you have got a new webhook secret, you can't set that new value to the server that you don't have access to?
correct
i disabled the existing one, created a new one via command line with a specific version, realized the key was different, and deleteing the new one i created and re-enabled the old one
I tried calling curl https://api.stripe.com/v1/webhook_endpoints/we_1FZIkBK3oIjALJVjFtqXw9qt -d "api_version"="2019-08-14"
{
"error": {
"code": "parameter_unknown",
"doc_url": "https://stripe.com/docs/error-codes/parameter-unknown",
"message": "Received unknown parameter: api_version",
"param": "api_version",
"type": "invalid_request_error"
}
}
yes you can't
I have found the answer internally. It's impossible, unfortunately
Sorry
Dang
You would need to recreate the webhook, and notify the server to accept the new secret
Okay, i'll have to wait until morning when they get in
Sorry to bring in not-a-good news, but that's what we know