#lamikam
1 messages · Page 1 of 1 (latest)
Hey there. Yes JAVA versions are pinned to webhook API versions.
The 2022-08-01 is the latest version which is why the CLI shows that
Let me see what version lines up with 20.121.0
Okay looks like we pin to 2020-08-27 in JAVA 20.0.0: https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md#2000---2020-08-31
And JAVA 21.0.0 pins to the new 2022-08-01: https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md#2100---2022-08-02
So you'll want a webhook endpoint for 2020-08-27 or to upgrade your JAVA SDK
ah OK thanks! will change that