#llh_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1257713892721819808
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
hi there
You are currently using the Card Element?
yes I am
Gotcha, well the recommendation here then would be to migrate to the Payment Element and do server-side confirmation like we show in this guide: https://docs.stripe.com/payments/finalize-payments-on-the-server?platform=web&type=payment
payment element doesn't really give the same level of customization we want ๐ฆ
Okay in that case you want to use createPaymentMethod() (https://docs.stripe.com/js/payment_methods/create_payment_method) client-side
Then pass the PaymentMethod ID to your server and confirm from your server
gotcha thanks! this is what I'm looking for!