#nancyyeh_code

1 messages ¡ Page 1 of 1 (latest)

hard topazBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1250146246904123503

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

desert skiff
plain iris
desert skiff
#

gotcha! So one more question on verification is possible to require the card holder name input simply by changing some settings in the Stripe or in code? Is it possible to verify cardholder name data?

plain iris
#

It depends on your integration, but it would probably require a code change. Can you tell me more about your integration? Are you using the Payment Element, for example?

desert skiff
#

Yes, we are using the PaymentElement from react-stripe-js

#

It pretty standard using setup intent and paymentElement.. let me know if you want more ifnormation.

plain iris
#

If you always want to collect it you need to create your own name field, set name to never, then supply the name you collect in code.

desert skiff
#

and is there a way to verify the name?

plain iris
#

You mean like get confirmation that the card issuer said that was the correct name or not?

desert skiff
#

yes

plain iris
#

No.

desert skiff
#

so this would have to be outside the paymentElement?

plain iris
#

Yes, if you want to guarantee collecting it.