#.rjcustodio

1 messages ยท Page 1 of 1 (latest)

hardy geyserBOT
boreal radish
#

Hello there

tight niche
#

hello

boreal radish
#

So as noted the .NET SDK expects you to pin to a specific API Version.

tight niche
#

my .net sdk in VS is already up to date.. im thinking if i need to update my webhook key so i can have the latest version of API?

boreal radish
#

It is your Stripe .NET SDK here.

#

42+ is what supports the new API version

tight niche
#

yes i already updated it..

#

after updating this, what's next?

boreal radish
#

Ah whoops sorry

#

I misread the warning you are getting

#

It is stating you are already on newest SDK version but your API Version is old

#

That is due to your Webhook endpoint

#

So yeah you need to remove and recreate your Webhook endpoint using the newest API version

tight niche
#

do i need to have updated webhook secret key?

boreal radish
#

Yes after you create a new endpoint you will need to use the new secret that corresponds with that endpoint

tight niche
#

i forgot on how to get the whsec in the stripe dashboard

#

how can i get it? ๐Ÿ˜„

#

o got it

#

thank you for the help ๐Ÿ™‚

boreal radish
#

๐ŸŽ‰

tight niche
#

what is the frequency that webhook .net sdk updating?

do i need to update it every now and then?

what if, it is already deployed in production and there is a latest version?
will the current webhook deployed in production will still work?

boreal radish
#

No set frequency really but there is no need to update on your end unless you want to.

#

You can use any of the old versions just fine

#

You just might miss out on new features that are added to newer versions

tight niche
#

okay, well that's good. thank you โค๏ธ

boreal radish
#

๐Ÿ‘

tight niche
#

question,,

is there a way to test the webhook?
for example i already have an event id..

can i retrigger that?

like using the stripe trigger <event_type> <event id>

hardy geyserBOT
boreal radish