Is it possible to send inputs separately from Stripe using the confirmCardSetup method, even though the documentation only mentions one cardElement element?
https://stripe.com/docs/js/setup_intents/confirm_card_setup -> check the official documentation for more information.
After researching various sources online, I have come across individual components that could potentially be sent separately to the endpoint. Currently, I am working with a setup token attempt generated by the backend system.
-> My current Elements configuration
-> Stripe endpoint implementation reference.
Note: Is there a way to create a custom form for Stripe without relying on the cardElement or handling inputs separately?
Your responses and suggestions would be greatly appreciated.