#sindev_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/1295368411970273373
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- sindev_unexpected, 3 days ago, 8 messages
this is how it looks now
this is how it should look, just one sheet containing all payment methods
Hi there ๐ offhand I don't think that's due to addition of Amazon Pay. I believe that's our saved payment method UI first offering your customer payment methods they've already saved for reuse or the ability to add a new one, but I'm working on double checking that.
this changed the moment we added Amazon Pay, that's why I thought it was related
While I dig into this, are you able to share the ID of the Customer object that you were using when you grabbed those screenshots?
I'm also checking with my teammate who is more familiar with React Native about this, and they're wondering if you're using the flow controller here?
I'm pretty sure if you omit passing an ephemeral key (or customer session client secret) to the Payment Sheet when you initialize it, that will avoid showing the customer's saved payment methods.
but I don't think I have saved payment methods there, could it be some stripe dashboard config?
No, I don't believe so. I believe this is regarding the state of the Customer being used, and that you're passing an ephemeral key when initializing the Payment Sheet.
yep there is such customerEphemeralKeySecret in the params as I see