Although I am aware that Stripe securely stores all information and there is no need for me to store it on my end, I have a specific requirement. When a user begins typing in the input area, I want to capture and access the card number, expiry date, and CVC details. This will allow me to display this information in a custom card design UI later. It's important to note that I only need this functionality for the card details page and while the user is actively typing, not for other scenarios. Unfortunately, the official documentation only mentions accessing the postal code:
value
string, object
An object similar to the one used for value when creating an Element.
Only present for non-sensitive values, like postalCode.