#sai_rez-diff-elements
1 messages · Page 1 of 1 (latest)
The Payment Element is the element that can take payments via multiple different payment methods. You can see it on this page https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
The card element takes a user's card number, expiry date, and CVC all in the same element, you can see it on this page
And the CardNumber element just takes the # on the user's credit card. It is typically used along with other seperate elements that take the CVC and Expiry
Is there something you are trying to figure out when choosing between the three of them?
I reopened this @rugged niche !
Thanks
I was told using CardNumberElement/Expiry/CVC is legacy and wanted to know which Component is recommended to use in our app
Well, it really just depends on what you are looking for, but the Payment Element is the newest and simplest Element to work with and what we recommend.
Is the PaymentElement an all in one solution essenially?