#mmmmjjjj-API-Version
1 messages · Page 1 of 1 (latest)
Hi there!
You can use Versioning to set any specific API version on a request: https://stripe.com/docs/api/versioning
Is there a reason you want an old 2016 API version?
How about dashboard side. I don't want to break some webhooks by updating the api version
Ah good question, let me double check on the best way to handle that.
Okay
So what you want to do here is recreate your Endpoint via the API.
When you do so, you want to pass api_version explicitly: https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-api_version
By doing so, we will pin that endpoint to the API version and the endpoint will not be affected when you update your account-level default API version