#carlituxman-elements
1 messages · Page 1 of 1 (latest)
right now our Element doesn't collect the cardholder name itself! So you need to add your own HTML input for that on your page.
You then pass it to Stripe as an argument when confirming the PaymentIntent (through https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details it's billing_details:{name:myValue})
but I need add on the create card object
I see at stackoverflow how do it sending on token: https://stackoverflow.com/questions/47111638/how-to-add-card-holders-name-to-stripe-checkout-using-elements