#ELIZZER-cardholder-name-elements
1 messages ยท Page 1 of 1 (latest)
there is a stripe elements oprion to make the payment with payintent client sesret
secret*
We have multiple elements that work with a client secret ๐
https://stripe.com/docs/payments/elements
Are you referring to PaymentElement?
yep this one
Gotcha. As far as I remember, the PaymentElement does provide a way to collect full name for certain type of payment methods, however I don't think it supports collecting full name for cards.
Checking...
my employee. asked me to add billing address and name so that the card verification could be done...
is that necessary?
I see. So yeah PaymentElement doesn't always ask for this information. It decides based on the type of the PaymentMethod.
https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields
my employee. asked me to add billing address and name so that the card verification could be done...
is that necessary?
PaymentElement collects all the information required to complete a payment automatically. However, collecting additional information would be helpful to fight again fraud.