#sindev_unexpected

1 messages ยท Page 1 of 1 (latest)

alpine thornBOT
#

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

cursive osprey
#

this is how it looks now

umbral atlasBOT
cursive osprey
#

this is how it should look, just one sheet containing all payment methods

gleaming lake
#

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.

cursive osprey
#

this changed the moment we added Amazon Pay, that's why I thought it was related

gleaming lake
#

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.

cursive osprey
#

but I don't think I have saved payment methods there, could it be some stripe dashboard config?

gleaming lake
#

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.

cursive osprey
#

yep there is such customerEphemeralKeySecret in the params as I see