#salim-bt_api
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/1387381162389012525
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
No, createPaymentMethod just tokenises the card data in the Element. It doesn't actually make a call across the card network(s)
Why are you using that method? It's generally not required/recommended for most
i use it here to let users save cards
If you're saving cards then you should be using a Setup Intent to verify the card details
That will allow you to setup and save the card details for future payment, and handle any 3DS required
but now i can make payments with these cards
You asked me how you can do 3DS/auth when you save/setup the cards. I just explained how
Otherwise, each payment with those cards saved the way they are currently will likely always require 3DS
ok thx