#eblackey
1 messages · Page 1 of 1 (latest)
Hey there
So when you create a new endpoint you can either set it to your current default API version or to the latest API version
Setting it to the latest can allow you to test this out before upgrading in live mode.
You can also specify and endpoint version via the API if you create your endpoint that way: https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-api_version
Can I upgrade the API version of a specific TEST webhook to the latest version without upgrading the entire account? That's what the documentation seems to indicate.
Yep. Webhook Endpoint API version is based on what it is set to when you create the endpoint
It doesn't affect your other, already created, endpoints.
Nor your default API version
Ok, I might be misunderstanding, but the documentation doesn't seem to align with what you're saying. The documentation says "Change the version of a test webhook endpoint to the version you want to test.". But I hear you saying, you have to create a new one.
Which documentation is that?
Ah okay yeah I think the language there is just unclear.