#KarlS-webhook-.NET
1 messages · Page 1 of 1 (latest)
thanks
2020-03-02 is older than 2020-08-27
So yeah, I'm pretty sure we pin our .NET library to API versions so since you are on the latest .NET version it is expecting the latest API which is 2020-08-27. Can you try creating an endpoint set to that version?
Oh, no kidding -- reading your DATE version comment above -- I'm an idiot.
Easy to get it mixed up!
Interesting, because originally I had the API version correct in Stripe, we_1KgZLsG30Vl6ne6NBvtLE8n6, but was getting thrown for a loop in my code with the same exception above. (verifying the exact message string I was getting now)
Okay so your webhook specifies the current API version AND you've upgraded the .NET library to current version. And you are getting an error message about the API version in an event that was delivered? Is that a correct summary of what the problem is?
Yes - got stuck on the phone - but originally I was using the latest API and getting the same error. I was looking at my logs to verify the exact error message. (1 sec)
OK, I'm all set. Thank you for the help.
Fantastic !