#odin_smash
1 messages · Page 1 of 1 (latest)
Hi 👋 the Events sent to an endpoint will be generated based on the API version that endpoint is configured to use.
https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-api_version
If you did not pin the endpoint to a specific API version when it was being created, then the endpoint's API version will be your account's default API version and will change when you update.
Ah, ok. This makes sense. Thank you!
Any time!