#darshana_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1230809677068242997
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
I want to create ui like this using stripe
you can find the extent of the customization of our Stripe Elements here https://docs.stripe.com/elements/appearance-api
you can really create your own UI though
how can i do that without passing card details to backend
i get error releated to stripecardelement while calling method createPaymentMethod on ui
how to create my own ui
you can't you would have to deal with PCI/DSS compliance stuff if you want
Can I not create same ui using Appearance api?
no
Will I need to use stripeccardelement only?
or you can use the PaymentElement
but this would offer more payment method types to your customers including Google and Apple Pay
i only need credit card
then yes