#pettomartino_reactnative-paymentsheet
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247935373200326729
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
I managed to find the solution. Sorry about that. I might ask another question tho.
Link is not showing up on the payment sheet
Glad you could find that! What did it end up being? I was still trying to repro on my side
the code is the same as above
For the URL, I had to execute this: https://docs.stripe.com/payments/save-and-reuse?platform=react-native&mobile-ui=payment-element#set-up-return-url
Otherwise the webview never hides.
Gotcha, thank you.
Can I ask a question regarding Link ? For some reason the payment sheet doesn't show the Link
on the web version it does show
Yep yep, I have been looking in to that
I thought it was a specific settings page but it looks like that is not relevant to the mobile payment sheet so I am still looking
I saw it showing up at some point. But I'm having to use the version "0.36.0" because some limitations on Android side. But I'm not sure if it's related to that.
Was Link introduced afterthat version ?
It was showing on your mobile payment sheet at some point? As far as I can see Link is supported in that version of the RN SDK
๐ hopping in here as well - are you testing on Android or iOS? I believe support for Link in Payment Sheet on Android was added in version 20.39.0 of our Android SDK (see https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#20390---2024-03-04) and unfortunately you have to be on at least version 0.37.1 of our React Native SDK to get that (https://github.com/stripe/stripe-react-native/blob/master/CHANGELOG.md#0371---2024-03-15)
pettomartino_reactnative-paymentsheet
that's it then...thank you so much
It's iOS
Should Link be working on iOS if I'm using RN version 0.36 ?
@mild spade
Ah if it's iOS I would expect it to work on 0.36.0
Do you have an example Payment Intent ID that you're using with Payment Sheet?