#Emmanuel G. - Stripe Version
1 messages · Page 1 of 1 (latest)
Hello! When you say a specific version of Stripe, do you mean the Stripe API? If so, why do you want to upgrade to a specific version and not the latest version?
Im on a really old version 2016-03-07, and I want to update my backend incrementally to ensure everything works with all the changes
You can do that by setting an API version in your code: https://stripe.com/docs/libraries#versioning
Cool and just to check, if I set the version in my backend, does that update the event thats are going to my webhook aswell.
In terms of payout and transfer events
No, but you can create a Webhook Endpoint via the API with a specific API version: https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-api_version
Ahh I cant set that version through your dashboard either?