#crisbadilla_best-practices

1 messages · Page 1 of 1 (latest)

topaz kernelBOT
#

👋 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.

gritty matrix
#

Hello there

ionic crane
#

hello

gritty matrix
#

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?

ionic crane
#

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

gritty matrix
#

Gotcha well you just need to make sure your endpoint version is aligned with the SDK version that is handling that endpoint.

#

Otherwise there shouldn't really be an issue.