#tuan-tran_rn-link
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/1247954257664278600
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
This is in our app
Hello! Let me try a few things on my end to figure out what controls that checkbox
tuan-tran_rn-link
Thanks @marsh remnant
Do you have a Pyment Intent ID I can take a closer look at?
Sure, let me find it
This is the payment intent id: pi_3PONPKAfC1NR9PLZ17i152Pm
I'm sorry, @marsh remnant. Have to look at the old data as my app cannot start now for a new checkout.
No worries - have you seen the "save your info" checkbox and selected it in the past on that device? At least from my testing it seems like if I save my info with Link it won't show the checkbox again (since my info was already previous saved)
No, we have not seen that checkbox before
Gotcha - can you also share your Payment Sheet configuration ccode?
const { error } = await initPaymentSheet({
merchantDisplayName: appConfig.settings.payment.googlePay.merchantName,
paymentIntentClientSecret: orderTokenSecret,
allowsDelayedPaymentMethods: true,
defaultBillingDetails: { email: purchaserEmail.trim() },
appearance: {
colors: {
primary: '#323232',
primaryText: '#ffffff'
}
},
returnURL: 'stripe-example://stripe-redirect'
});
Is this what you're looking for?
yup! Just trying to narrow down what may be different between our setups that's causing it to show up for me but not you
Can you try with a different simulated device (one you've never tested with before) and also remove the line defaultBillingDetails: { email: purchaserEmail.trim() }, from your code? I just want see if that makes any difference
My sample code isn't in a state where I can share it right now unfortunately
no problem, I'm rebuilding the app and retry
We have used different simulated device and removed the defaultBillingDetails but getting the same result
Grabbing a colleague who's more well-versed in mobile develpment than I