#llnn4797
1 messages · Page 1 of 1 (latest)
hello! what programming language are you using?
java
so you want to upgrade from 2022-08-27 to the latest version?
because stripe-java is a strongly typed language, each stripe-java release is tied to a specific Stripe API version. You'll want to look for the specific stripe-java release version for the Stripe API version that you're looking for : https://github.com/stripe/stripe-java/releases
in addition, you need to be aware that you'll also need to create a new webhook endpoint for that specific API version that you're looking for
My sdk version is 20.124.0 api version is 2020-08-22 api hook in webhook at that time is 2023-10-16, this does not match
Currently there’s no way to update the API version of an existing webhook endpoint through the Dashboard nor the API. You'll want to create a new webhook endpoint and specify the API version via the API : https://docs.stripe.com/api/webhook_endpoints/create#create_webhook_endpoint-api_version
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.