#arthur_82849
1 messages · Page 1 of 1 (latest)
I don't know a ton about Java SDK myself but can take a look.
It doesn't work on latest SDK, what other versions have you tried? Have you tried downgrading to see if that helped?
I've tried 22.16.0 too
Do you have a specific evt_xxx ID you're having issues with?
With strongly typed SDKs, like stripe-java, the SDK versions are pinned to specific API versions can only deserialize events generated on the same API version
For example, 22.x.x is pinned to API version 2022-11-15. So unless your events/webhook is configured for that version, you'll have issues