#hari_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/1336300443004960893
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey @toxic plover
Is it possible to fill in the card details using any of the other implementation methods?
I have a generic card reader and would like to fill the values read by it into the card elements.
if your code manipulates the carn numbers directly, then your business has to be PCI compliant: https://stripe.com/guides/pci-compliance
and no, none of Stripe UI support prefilling card numbers
if you are PCI compliant, and already have the card numbers, then you don't need to Card Element. instead directly create a payment with the numbers.
ok, if my business is PCI complaint and have the card details, can I use stripe to store and process payments?
yes.