#Cherie
1 messages · Page 1 of 1 (latest)
You can't, you need to create a new webhook with a required API version
How do I set the API version of a new Webhook?
Are you creating it in the Dashboard, or API?
Which?
If API, use this parameter: https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-api_version
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, thank you
Otherwise in the Dashboard:
Got it!
That's not the option.
I just created this account today.
@delicate marsh
Yeah the Dashboard will only surface either the default API version or the latest version as options. In the case of your account, those are the same
You'll need to use the API
Why do you need a webhook with an older API version?
For the different environments of the project
Your integration is built using a different API version?
In that case, you probably want to set the default API version of your new account to match the API version your integration expects, right?
Got it. You should write into support and they can help with that! https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
It always shows unable to connect
Try the email instead
Can I use the API to set the old API version?
For the webhook, yes I think so. But the shape of the API responses and endpoints are likely going to differ to what your integration is expecting
You can't, we need to do it (which is why I suggested you contact support)
Ok, thank you.