#nicolas_unexpected
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/1474378189034881074
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
do you have a request ID that I could check?
no
Stripe React Native basically uses the Android/iOS SDKs API versions
so there is no place where we provide that in the RN SDK
well
our backend uses Stripe API to create payment intent you know
the latest version 2025
our app mobile uses PaymentSheet from RN SDK
what's your account ID? I can take a look
ok
you can delete the two screenshots since they contain PII
in Stripe.js v3 you can either rely on the default API version of your account which is still set to 2018-02-28 or you can specify an explicit API version. If you versions accicia, basil etc. you either rely on the pinned version or you can sstill specifically override
for RN SDK as I said it takes the Android or the iOS version's
for iOS we pinned it to "2020-08-27" https://github.com/stripe/stripe-ios/blob/823dc2a0ea322aff85e09418d9f84324eaa72c53/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L260 but I'm not sure why
I'm asking my colleagues if they know
yes ok thx tarzan ๐
Android is pinned to 2020-03-02 and iOS to 2020-08-27
all the features that rely on the frontend are backwards compatible which means that we still haven't had the need to upgrade the API version, but that might change in the future
sure let me know if you need any more help