#rian_api

1 messages ยท Page 1 of 1 (latest)

opaque yachtBOT
#

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

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

fading mesa
#

Hi ๐Ÿ‘‹ yes. We currently don't deprecate API versions, and you are permitted to remain on older versions as long as you like at this point.

One thing to be wary of regarding this though, is that most of our libraries now pin specific library versions to specific API versions. This has been the case for strongly typed languages for quite some time (like Java and .net), but now most of our libraries do this.

So you may need to override the version that the library is using by default if you see this:
https://docs.stripe.com/api/versioning

woven chasm
#

we use elixir's stripity stripe, and their docs aren't up to date unfortunately. Thank you, I will keep an eye out

#

right now I see this

#

So as far as I can tell I should be okay for now

frozen arrow
#

๐Ÿ‘‹ yep you should be fine as long as you aren't making any changes on your end. There won't be any automtatic update to the API used nor will the older API be deprecated.