#Mauro-help
1 messages · Page 1 of 1 (latest)
bismarck, thank you, I am trying to save card information
but I can't find the way to save the cardholder name
I am using stripe js to integrate with the API
Which integration are you using?
Are you using Payment Element? Or Card Element?
Thanks
It isn't possible right now to set it to "always".
If you want that you will want to disable it and create your own form for name.
And pass that to BillingDetails.
using card element either, isn't it?
Card Element doesn't collect name by default so you would use your own form for that regardless.
(Not sure why I asked for clarification earlier 😉 )
hahaha I had to look for it! I guess it is better to do what you said
disabled, and ask manually about that field
It was weird for me because I found an stripe example
What example did you see?