#Jerry Jose

1 messages · Page 1 of 1 (latest)

chrome flumeBOT
gleaming otter
#

Hi, .NET SDK can only accept events in specific API version, in this case 2022-11-15. Let's setup a webhook endpoint for this specific version

solid shoal
#

could you please share how we can setup latest api version in webhook endpoint?

#

using WebhookCreate service?

gleaming otter
#

Yes that API, or technically you can upgrade your whole account API and recreate webhook endpoint from Dashboard. But I recommend the 1st approach

solid shoal
#

But When I try with Webhook endpoint create service, every time its create new Webhook in dashboard when I run the application

gleaming otter
#

It will be a bit different with Stripe CLI in localhost.

#

To clarify: are you testing on a new account, or that's an important account already has live payments?

#

If you are just testing, simply upgrade your account default API version would be easy

solid shoal
#

testing with new account, after upgrade my API version in my account, it's expecting to upgrade Stripe.net in application

gleaming otter
#

Do you see 2022-11-15 as latest version here?

solid shoal
#

yes

#

I did that one in my account

#

but stripe api expecting to upgrade Stripe.net package in my application

gleaming otter
#

Sorry I am not really following. Do you have multiple accounts?

solid shoal
#

no

gleaming otter
#

Let's focus on the one you have set 2022-11-15 as latest version

solid shoal
#

yes

gleaming otter
#

Okie, then what is your .NET version?

solid shoal
#

its 40.9.0

gleaming otter
#

Yeah that doesn't work with 2022-11-15. Let's upgrade to latest version

solid shoal
#

yes, It's working after upgrade to the latest

#

Do we need to do - upgrade both API version and Stripe.net version for each releases?

gleaming otter
#

Well technically you don't. But we recommend to do that if possible