#PKatta
1 messages · Page 1 of 1 (latest)
Hi 👋
It's a deprecated flow so our documentation doesn't really cover how to use it but you can render individual elements for card number, expiry, and CVC.
If you click on the card dropdown in this page: https://stripe.com/docs/js/elements_object/create_element?type=card
That link doesn't show how to disable the CVV filed..
That link shows you how to render each field individually. In that case you would just not render the CVC field
Can you please give an example showing the rendering of one field...then we will add the other fields by ourselves...thx
WE don't have examples in our docs because this is an outdated/deprecated integration but we still support it for legacy reasons.
Here is the same link with cardNumber selected in the dropdown menu: https://stripe.com/docs/js/element/other_element?type=cardNumber
I will take an example of how to remove this in the new PaymentElement also...if that is easier.
I have provided the information I have. You cannot hide the CVC field from the Payment Element
okay...thx