#hugo-tessera_api
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/1280824772548104214
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
You can't configure Checkout Session to accept a particular card brand
dam
that's only possible if using more advance integration am I correct?
using Payment element
yes
ok ok I see
Can Payment element be link to a checkout session ?
Basically, is it possible to create a payment element first, then starting a checkout session with the created payment elemeent ?
(Not sure if that make senses)
no that's not possible
right now if you want to block brands the options are
- integrate with PaymentElement and use https://docs.stripe.com/payments/build-a-two-step-confirmation , you can check the PaymentMethod before charging it and cancel the payment if you don't like the brand etc
- use a Radar rule to block by brand, but that can lead to confusing UI/UX
it's a common feature request and something we'd like to expand on and make easier in future, but as of right now those are the main options
are you using Direct or Destination charges?