#crisbadilla_best-practices
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/1356357748509376724
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello there
hello
Yes overall these can coexist... though the main issue would be with Webhook endpoints as different Java SDK versions are pinned to different API versions. For instance starting with 28.2.0 it is pinned to 2024-12-18.acacia (https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md#2820---2024-12-18)... how are you handling webhooks.
For your second question, yes, you can use a SetupIntent and then create a Subscription later on. That works fine.
Is there a reason to not update the older version?
Yes we’re managing webhooks but this part of the system is the last part that we’re going to update. So we can keep working our Stripe account in the old version as much as we can.
The code that is managing webhooks is a legacy code that is mixed with the Stripe library
So updating that will take a considerable effort
So we want to perform this update partially