#lamikam
1 messages · Page 1 of 1 (latest)
Hello! It sounds like your Webhook Endpoint was not set up with an explicit API version, so it's receiving Events in your account's default version. You should set up a Webhook Endpoint with an explicit API version instead: https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-api_version
ok I will take a look. this is a test account and I am using stripe-cli for the webhooks. we don't have a "real" webhook endpoint setup at this point.
What java library then is to be used with API version 2022-11-15? Do I need to update to a newer java client?
Usually new major versions are pinned to the latest API version at the time they're released. The changelog has details: https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md