#nancy_paymentelement-order
1 messages ยท Page 1 of 1 (latest)
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.
- nancyyeh_best-practices, 2 days ago, 44 messages
- nancyyeh_code, 3 days ago, 12 messages
- nancyyeh_api, 3 days ago, 4 messages
๐ 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. Thank you for your patience!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
๐ 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/1213245598824665128
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
@swift ridge hello! Can you provide a bit more details about the issue? what does that mean "bank selected" Can you share an exact screenshot maybe?
the payment element has bank included, only card, apple pay, and cash app. not sure why bank is showing up.
Tha Bank is for Link
I agree it shouldn't be selected by default though based on what you described in your code. Do you have a URL where I can see this in action?
https://app.aceit.ai/sign-up > you can sign up > and hit the payment page
you will see the bank options live.
I need to see the option without having to sign up.
hmmm.. i only have it locally
but this is just the payment element
<PaymentElement
options={{
readOnly: isLoading,
paymentMethodOrder: ['card', 'apple_pay', 'cashapp'],
terms: {
card: 'never',
applePay: 'never',
cashapp: 'never',
googlePay: 'never',
},
}}
/>```
unless it's some setting in stripe?
Not entirely sure I follow what you mean. That Bank tab is for Link which is our "wallet" payment method. The Bank option is not available to everyone (I don't have it on my account) so I can't reproduce.
I would like to see your real website to debug what's going on
@queen grail - unfornately, we only show the stripe element after sign up. Our sign up just name and email.
nancy_paymentelement-order
if you can tell me what might be settings to cause this issue, or things you are looking for. I can provide it to you.
nothing, there's nothing you can give me over than a live page where I can see it. It's a setting on your account, internally in Stripe.
can you give me exactly what the setting is in stripe dashboard so i can change it?
Sorry I tried to explain: you can not.
Please pause that part and help me see your live code so I can figure out what is broken and then flag internally to get it fixed
Can i give you a test account that you can login with?
yes that works
just use - https://app.aceit.ai/sign-in
email: nancy+stripe@learnwithjuni.com
asking me for a link
oh damn I'm sorry, that is definitely not what I thought you were asking
paymentMethodOrder just controls the order, it doesn't decide what to show and not show ๐
so what control what shows on it
So you don't want to offer Link at all? Because it's a big deal to offer it. See https://stripe.com/link
I would say, as a merchant accepting payment, it'd be a mistake to disable Link.
If you really want to, you can turn it off on https://dashboard.stripe.com/settings/payment_methods and https://dashboard.stripe.com/settings/link
you can close the ticket for now. All good ๐