#Cvijo
1 messages · Page 1 of 1 (latest)
hi! what's the question?
I am currently in version 40.14, latest one is i see now 43. I need to update because of some new features added. So if i update my SDK do i need something else to change in dashboard, and what about webooks?
if you update it will change the API version that you are using in requests/responses(https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md#4300---2023-10-16) so that might impact your code so you'd need to test.
in terms of webhooks, the easiest way to make that work is to create a new endpoint and set it to the use the "latest API version", since that is the only version that the latest version of the .NET SDK can handle recieving events in.
so i cannot use existing webhook it will not change to laties version ?
it is set to your current version, so if i switch will that be switched too, creating new endpoint is not so simple in our solution at this point
I think if you change your account's overall API version it changes the webhook version too yes