#richfcl_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1367102026860859493
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
I have recently updated the API version, and also updated the SDK to 28.4.0. Is there something i need to do so that the objects are correctly deserialised?
Each Java SDK is pinned to an API version. You need to use an API version that is the same one pinned with the SDK you are using
Java SDK 28.x is pinned to API version 2024-10-28.acacia
https://github.com/stripe/stripe-java/blob/v29.0.0/CHANGELOG.md#2800---2024-10-29
Aha amazing thanks. I had updated the API to 2025-03-31.basil, so it looks like I need 29.0.0
Yes you need to use sdk 29
Is it possible to change the api version in a sandbox account or do i need a new sandbox?
hi! I'm taking over this thread.
not sure, give me a few minutes to test this
you can upgrade the API version of an existing sandbox on this page: https://dashboard.stripe.com/test/developers
but you cannot downgrade the API version
ah! ok that'll be why then. i'm on the latest version. realised there are a lot of breaking changes so i figured i'll stick to the previous release until i'm ready to spend time on the migration