#_erichu
1 messages · Page 1 of 1 (latest)
What's the event ID?
OK, the webhook event is rendered in API version 2020-08-27, so you need to use SDK version that's compatible with 2020-08-27
Are you using .NET SDK?
If so, you should use SDK version 39.1.2 https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md#3912---2020-09-01
I'm using Typescript actually
I didn't specify API version
So in the newest api, can I still get the charges in that event?
No, since https://stripe.com/docs/upgrades#2022-11-15 The charges property on PaymentIntent has been removed
Oh, I see, thanks!
So it's always a good practice to always specify the API version right?
Yes you are right.