#cgy
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
it doesn't. Your webhook endpoint version either follows the default version on your account, or the API version that you've explicitly set when creating the endpoint
you can view the differences between the versions here : https://stripe.com/docs/upgrades#api-versions
No, I mean the default version and webhook version
It's that means if I set a default version when I create a new webhook without specify version it follow the default version otherwise follow my specify one's?
If you don't set the version when creating a new webhook, it'll use the default version
If you set the version i.e. https://stripe.com/docs/api/webhook_endpoints/create?lang=curl#create_webhook_endpoint-api_version, it'll use that specific version you've set
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 and when I upgrade the default version the exist webhook won't follow. It's that correct?
yes, that's correct. You're upgrading your SDK code which is pinned to a specific API version, not the default API version on your account
😫 OK , now I get that.