#nicolas_unexpected

1 messages ยท Page 1 of 1 (latest)

molten irisBOT
#

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

odd swan
#

๐Ÿ‘‹ happy to help

#

which version of Stripe React Native are you using?

faint scarab
#

the latest let me check

#

0.58.0

#

Stripe API = 2020-08-26

odd swan
#

do you have a request ID that I could check?

faint scarab
#

no

odd swan
#

Stripe React Native basically uses the Android/iOS SDKs API versions

#

so there is no place where we provide that in the RN SDK

faint scarab
#

well

#

our backend uses Stripe API to create payment intent you know

#

the latest version 2025

#

our app mobile uses PaymentSheet from RN SDK

odd swan
#

what's your account ID? I can take a look

faint scarab
#

let me check

#

i will show you an example

#

acct_1CLWecEvo6oBhri3

odd swan
#

yes I was able to find the references

#

give me a second please

faint scarab
#

ok

odd swan
#

you can delete the two screenshots since they contain PII

faint scarab
#

we have the same with js SDK on our webapp but with another version

#

2018

odd swan
#

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

faint scarab
#

ok

#

and for RN SDK ?

odd swan
#

for RN SDK as I said it takes the Android or the iOS version's

#

I'm asking my colleagues if they know

faint scarab
#

yes ok thx tarzan ๐Ÿ™‚

odd swan
#

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

faint scarab
#

very clear

#

thx !

odd swan
#

sure let me know if you need any more help

faint scarab
#

ok for me ๐Ÿ™‚

#

have a good we !

odd swan
#

you too ๐Ÿ™‚

#

should I close the thread?