#Lesc
1 messages · Page 1 of 1 (latest)
Hi,
CardElement don't have a field for name AFAIK, but you can add a input for the customer name in the same form of the CardElement, and send the customer/card's name when confirming the Payment:
https://stripe.com/docs/js/payment_intents/confirm_card_payment
Like in the snippet example
Ok thanks