#Peter Silie
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
How are you accepting credit card info in your integration ?
I've got a form, which is redirecting tu a checkout page. On that page, I'm displaying a Stripe Card.
It is close to the example https://stripe.com/docs/payments/quickstart
My form looks like this:
That's working. But maybe the Name of the Credit Card Owner is different from what he filled in the Form on the page before. Can I ask for the Name again and Update it in the Payment Intend
Ok let me check it for you
hi! you can't configure that particular component(PaymentElement) to always collect the card holder name. You'd need to build your own HTML input for that and pass the value into https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details when confirming the payment.