#inforandre_code

1 messages ยท Page 1 of 1 (latest)

hasty juniperBOT
#

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

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

tranquil basalt
#

Hmm, shouldn't be any incompatability per se. Just means that requests initialised by Stripe.js will use a .acacia version

analog crater
#

I guess we can assume that each SDK can be updated independently? Perhaps even bump stripe-js to basil while BE is on V3 ?

#

And regarding the API version on the dashboard? Should we update that last?

tranquil basalt
tranquil basalt
dusk orbit
#

๐Ÿ‘‹
I work with @analog crater

We're thinking of leaving the webhooks upgrade for last

#

At the moment we're already on different versions for the client SDK (Our BE => to Stripe) and the WEbhooks

#

So to confirm its fine that we:

  1. Bump the stripejs version
  2. Bump our BE Go SDK version for the requests
  3. Follow the Webhook upgrade migration guide (at this point both our client and webhook handler would be at the same version upgrade)
  4. Finally bump that setting on the Dashboard
#

?

tranquil basalt
#

Yeah that seems logical. There's nothing here that will be directly incompatible, you just need to understand that the API response shapes/payloads will differ so ensure your integration can handle that