#kristin-evercharge_code
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/1338955286416982130
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! payment_method_types=['card'] should do what you're looking for, although IIRC it might still allow some other options to show (e.g. apple pay / google pay, since those are also technically card payments)
is that not what you're seeing? can you share an example setup intent?
also FYI things are busy this morning so i may be a little slow responding
@broken hound can i ask for help? can i ask for help? If this setup is possible, could you guide me through the best way to implement it? I’d appreciate any documentation or specific API features I should look into.
Also, is there an option to automate the release of funds after a certain condition is met, like a confirmation from User A to B and C?
@knotty bone just checking, is @terse skiff working with you? not sure if i should direct them to create a new thread or answer here
No, they are not working with me
I do see other payment options even when specifying card in the setup intent - I also see Google Pay and a bank option. But I do only want to see the card.
@terse skiff looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
The issue I have with the card element is that all the fields are in one line. If there is a way to break them into individual fields like the payments element does I'd be fine with that, but I haven't figured out how to do that
ok, i'm pretty sure that the bank element should not show up. can you share your setup intent ID with me so i can sanity check a few things?
Here is one: seti_1QrPKwLeZRWVxkM4T0Ii2hiw
Hello
Can you share a screenshot of the UI you're seeing?
Is it an option called Bank Payments? If so, that might be instant bank payments with Link
This is what I'm seeing:
Yup, that's instant bank payments with link (not ACH direct debit)
To hide that, you'd need to turn off link in your payment method settings
It's already off for the Payment Element. Is it just because I'm in a dev setting? We've had issues with that showing up unexpectedly in dev but not in production
Gotcha. I would recommend talking to our support team about this. I believe they're able to override the settings and disable this for you -
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok. Is there a way to hide digital wallets as well? I thought I saw a setting for that for the Payment Element, but I lost track of it
We don't want to turn off Digital Wallets for all of our Stripe integrations, just this specific one
I believe you can disable it when you configure element client-side - when you create Payment Element - https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-wallets
There is it! Thank you
I do have one final question, in this page on setup intents I like how these credit card fields render. Do you know which element I could use to get that effect?
ok, I'll look for that. I hadn't come across it. Thank you for your time!