#Naveed | Web3Auth-save
1 messages · Page 1 of 1 (latest)
will I have to code the UI myself?
hmm PaymentElement seems to accept a couple of options
not sure what you mean by which UI, but see the difference between the tabs on that page, since for example you could use a hosted Checkout page too
for example i would need to make something like this
is there like a stripe element for getting a credit card item
e.g. CreditCard
this is how PaymentElement looks like
they "Pay" seems to be part of it
i dont think it supports save card
totally possible
no we don't have a native product for something that looks like that. You can build one yourself using the CardNumberElement/CardExpiryElement in a custom UI if you like, you might be able to find examples online
it's not
it 100% does and I linked you to the guide for it
if you look at example code for the PaymentElement, the element is just the actual form for entering the payment information, the button is part of your own page and can be changed(like you could change it from Pay to Save here)