#kristin-evercharge_code

1 messages · Page 1 of 1 (latest)

stuck domeBOT
#

👋 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.

broken hound
#

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

terse skiff
#

@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?

broken hound
#

@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

knotty bone
#

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.

stuck domeBOT
#

@terse skiff looks like you're in the wrong place, this thread is for someone else's question.

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.

knotty bone
#

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

broken hound
knotty bone
#

Here is one: seti_1QrPKwLeZRWVxkM4T0Ii2hiw

stuck domeBOT
cloud quarry
#

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

knotty bone
#

This is what I'm seeing:

cloud quarry
#

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

knotty bone
#

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

cloud quarry
#

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

knotty bone
#

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

cloud quarry
knotty bone
#

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?

cloud quarry
#

I believe that's Split Card Element I think

#

not 100% sure

knotty bone
#

ok, I'll look for that. I hadn't come across it. Thank you for your time!