#tuan-tran_rn-link

1 messages ยท Page 1 of 1 (latest)

scarlet marshBOT
#

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

tiny plume
#

This is in our app

marsh remnant
#

Hello! Let me try a few things on my end to figure out what controls that checkbox

scarlet marshBOT
#

tuan-tran_rn-link

tiny plume
#

Thanks @marsh remnant

marsh remnant
#

Do you have a Pyment Intent ID I can take a closer look at?

tiny plume
#

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.

scarlet marshBOT
marsh remnant
#

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)

tiny plume
#

No, we have not seen that checkbox before

marsh remnant
#

Gotcha - can you also share your Payment Sheet configuration ccode?

tiny plume
#

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?

marsh remnant
#

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

tiny plume
#

sure, let me try

#

Is that possible for us to have your sample code so we can compare?

marsh remnant
#

My sample code isn't in a state where I can share it right now unfortunately

tiny plume
#

no problem, I'm rebuilding the app and retry

tiny plume
#

We have used different simulated device and removed the defaultBillingDetails but getting the same result

sturdy crypt
#

Grabbing a colleague who's more well-versed in mobile develpment than I

late folio
#

Hi ๐Ÿ‘‹

#

Apologies for this taking so long. I'm having trouble getting Link to appear in my PaymentSheet integration as well (Android).

#

You said you do not see the Checkbox to save payment methods in the PaymentSheet?