#george.segovia
1 messages · Page 1 of 1 (latest)
Hey
Yes it won't be displayed in all cases
if you want to get the card holder name in all cases
You can implement your own input and collect it
And you choose the nevervalue:
https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails-name
Yes it won't be displayed in all cases
-
Using
auto, what are the cases that will be displayed? -
When using
autoand field is not displayed will that affect Stripe API (usingstripe.confirmPayment, https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=payment#submit-the-payment) to process the payment?
Using auto, what are the cases that will be displayed?
It depends on the country / brands I think, I can't tell all the possible ways
but if it's required
you simply use never and collect the card holder name by your own integration (your own input)
Could you also help me about question 2. I can share more info if needed
When using auto and field is not displayed will that affect Stripe API (using stripe.confirmPayment, https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=payment#submit-the-payment) to process the payment?
Nope.
Okay, I'll reach out if I have more questions. Thank you.