#sakshi_code

1 messages ยท Page 1 of 1 (latest)

void scrollBOT
#

๐Ÿ‘‹ 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/1344260731058651218

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

vague cedar
#

hi there!

visual geyser
#

Hello

void scrollBOT
elfin vessel
#

So, wanted to check on this if we can only upgrade this "BalanceTransaction API", which is used by our service keeping other APIs in the current version?
No, that's not possible

#

The problem lies with your SDK version (28.x.x) and your webook/account API version โ€“ there's a mismatch:

  • Events, like this one, are generated in 2020-08-27
  • The Java SDK version you're using in your wbehook, 28.x.x , is pinned to 2024-10-28.acacia

The versions need to match otherwise the deserialization will fail

#

Why are you using the 28.x.x version if your account, webhooks and requests use 2020-08-27? It doesn't make sense to do that

visual geyser
#

Ok I will check it. Thanks

visual geyser
#

Can I use "20.136.0" Java SDK version for API version "2023-10-16".

elfin vessel
#

Why do you care about 2023-10-16? Your account doesn't use that version from what we can see?

elfin vessel
#

That's how it works โ€“ major versions, 20, 21, etc, are pinned to a specific API version

visual geyser
#

This is the Stripe API version we are using right?

elfin vessel
visual geyser
#

So there are going to be multiple events like I provided which might have different API versions so what is the possible solution for version of Java SDK?

elfin vessel